ExampleCoffee

An example class

(defined in /examples/example.coffee:4)
class ExampleCoffee

Parameters

NameTypeDescription
aString the first parameter
bNumber the second parameter
(defined in /examples/example.coffee:9)
constructor: (a, b) ->

Parameters

NameTypeDescription
aString the first parameter
bNumber the second parameter

Returns

NameTypeDescription
(Returns)Booleanreturn value
(defined in /examples/example.coffee:16)
instanceMethod: (a, b) ->

Parameters

NameTypeDescription
aString the first parameter
bNumber the second parameter

Returns

(Nothing)
(defined in /examples/example.coffee:22)
@staticMethod: (a, b) ->
Fork me on GitHub