Class: Ynl::Models::Struct::Member
- Inherits:
-
Struct
- Object
- Struct
- Ynl::Models::Struct::Member
- Defined in:
- lib/ynl/models.rb
Instance Attribute Summary collapse
-
#doc ⇒ Object
Returns the value of attribute doc.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#doc ⇒ Object
Returns the value of attribute doc
80 81 82 |
# File 'lib/ynl/models.rb', line 80 def doc @doc end |
#name ⇒ Object
Returns the value of attribute name
80 81 82 |
# File 'lib/ynl/models.rb', line 80 def name @name end |
#type ⇒ Object
Returns the value of attribute type
80 81 82 |
# File 'lib/ynl/models.rb', line 80 def type @type end |
Instance Method Details
#resolve(f) ⇒ Object
81 82 83 84 |
# File 'lib/ynl/models.rb', line 81 def resolve(f) self.type = self.type.resolve(f) self end |