Class: Kolla::Parser::Field

Inherits:
Struct
  • Object
show all
Defined in:
lib/kolla/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#constraintsObject

Returns the value of attribute constraints



8
9
10
# File 'lib/kolla/parser.rb', line 8

def constraints
  @constraints
end

#nameObject

Returns the value of attribute name



8
9
10
# File 'lib/kolla/parser.rb', line 8

def name
  @name
end

#typeObject

Returns the value of attribute type



8
9
10
# File 'lib/kolla/parser.rb', line 8

def type
  @type
end