Class: Hashie::Links
- Inherits:
-
Object
- Object
- Hashie::Links
- Defined in:
- lib/desk/deash.rb
Instance Method Summary collapse
-
#initialize(links) ⇒ Links
constructor
A new instance of Links.
- #method_missing(method, *args, &block) ⇒ Object
Constructor Details
#initialize(links) ⇒ Links
6 7 8 |
# File 'lib/desk/deash.rb', line 6 def initialize(links) @links = links end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method