An example class
class ExampleCoffee
Name | Type | Description |
---|---|---|
a | String | the first parameter |
b | Number | the second parameter |
constructor: (a, b) ->
An instance method
Name | Type | Description |
---|---|---|
a | String | the first parameter |
b | Number | the second parameter |
Name | Type | Description |
---|---|---|
(Returns) | Boolean | return value |
instanceMethod: (a, b) ->
A static method
Name | Type | Description |
---|---|---|
a | String | the first parameter |
b | Number | the second parameter |
(Nothing) |
@staticMethod: (a, b) ->