Class: MethodDelegation
Defined in: | spec/templates/methods/method_delegation.coffee |
Class Method Summary
- @delegatedIrregular() A method to run.
- Number @doubleDelegationThree() At last, we have the same content! You might also like {.undelegatedRegular}.
- @undelegatedRegular() Blah
Instance Method Summary
- .delegatedClassname()
- .delegatedInternalRegular()
- .delegatedRegular() I'm being delegated to!
- Number .doubleDelegationOne() At last, we have the same content! You might also like {.undelegatedRegular}.
- Number .doubleDelegationTwo() At last, we have the same content! You might also like {.undelegatedRegular}.
Class Method Details
@delegatedIrregular()
A method to run.
Examples:
Number @doubleDelegationThree()
At last, we have the same content!
You might also like {.undelegatedRegular}.
@undelegatedRegular()
Blah
Instance Method Details
.delegatedClassname()
.delegatedInternalRegular()
.delegatedRegular()
I'm being delegated to!
Number .doubleDelegationOne()
At last, we have the same content!
You might also like {.undelegatedRegular}.
Number .doubleDelegationTwo()
At last, we have the same content!
You might also like {.undelegatedRegular}.