Class: Genio::Parser::Types::DataType

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

#extendsObject

Returns the value of attribute extends.



36
37
38
# File 'lib/genio/parser/types.rb', line 36

def extends
  @extends
end

#propertiesObject

Returns the value of attribute properties.



37
38
39
# File 'lib/genio/parser/types.rb', line 37

def properties
  @properties
end