Class: Fusion::Member
- Inherits:
-
Struct
- Object
- Struct
- Fusion::Member
- Defined in:
- lib/fusion.rb
Overview
obj.key
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#obj ⇒ Object
Returns the value of attribute obj.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
223 224 225 |
# File 'lib/fusion.rb', line 223 def key @key end |
#obj ⇒ Object
Returns the value of attribute obj
223 224 225 |
# File 'lib/fusion.rb', line 223 def obj @obj end |