Class: Genio::Parser::Types::Property

Inherits:
Base
  • Object
show all
Defined in:
lib/genio/parser/types.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#[], #[]=, attr_accessor, #convert, #initialize, #merge, #merge!, #method_missing

Constructor Details

This class inherits a constructor from Genio::Parser::Types::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Genio::Parser::Types::Base

Instance Attribute Details

#arrayObject

Returns the value of attribute array.



42
43
44
# File 'lib/genio/parser/types.rb', line 42

def array
  @array
end

#enumObject

Returns the value of attribute enum.



45
46
47
# File 'lib/genio/parser/types.rb', line 45

def enum
  @enum
end

#maxObject

Returns the value of attribute max.



44
45
46
# File 'lib/genio/parser/types.rb', line 44

def max
  @max
end

#minObject

Returns the value of attribute min.



43
44
45
# File 'lib/genio/parser/types.rb', line 43

def min
  @min
end

#typeObject

Returns the value of attribute type.



41
42
43
# File 'lib/genio/parser/types.rb', line 41

def type
  @type
end