Class: Kolla::Parser::Field
- Inherits:
-
Struct
- Object
- Struct
- Kolla::Parser::Field
- Defined in:
- lib/kolla/parser.rb
Instance Attribute Summary collapse
-
#constraints ⇒ Object
Returns the value of attribute constraints.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#constraints ⇒ Object
Returns the value of attribute constraints
8 9 10 |
# File 'lib/kolla/parser.rb', line 8 def constraints @constraints end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/kolla/parser.rb', line 8 def name @name end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/kolla/parser.rb', line 8 def type @type end |