Class: Anchor::Types::Property
- Inherits:
-
Struct
- Object
- Struct
- Anchor::Types::Property
- Defined in:
- lib/anchor/types.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
20 21 22 |
# File 'lib/anchor/types.rb', line 20 def description @description end |
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/anchor/types.rb', line 20 def name @name end |
#optional ⇒ Object
Returns the value of attribute optional
20 21 22 |
# File 'lib/anchor/types.rb', line 20 def optional @optional end |
#type ⇒ Object
Returns the value of attribute type
20 21 22 |
# File 'lib/anchor/types.rb', line 20 def type @type end |