Class: Ynl::Types::NestedAttributes
- Inherits:
-
Struct
- Object
- Struct
- Ynl::Types::NestedAttributes
- Defined in:
- lib/ynl.rb
Instance Attribute Summary collapse
-
#attribute_set ⇒ Object
Returns the value of attribute attribute_set.
Instance Method Summary collapse
Instance Attribute Details
#attribute_set ⇒ Object
Returns the value of attribute attribute_set
39 40 41 |
# File 'lib/ynl.rb', line 39 def attribute_set @attribute_set end |
Instance Method Details
#rbs_type ⇒ Object
47 48 49 |
# File 'lib/ynl.rb', line 47 def rbs_type 'AttributeSets::' + attribute_set.name.as_class_name end |
#resolve(f) ⇒ Object
42 43 44 45 |
# File 'lib/ynl.rb', line 42 def resolve(f) self.attribute_set = attribute_set.resolve(f) self end |