Class: Anchor::Types::Reference
- Inherits:
-
Struct
- Object
- Struct
- Anchor::Types::Reference
- Defined in:
- lib/anchor/types.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/anchor/types.rb', line 15 def name @name end |
Instance Method Details
#anchor_schema_name ⇒ Object
16 17 18 |
# File 'lib/anchor/types.rb', line 16 def anchor_schema_name name end |