Class: Genio::Parser::Types::EnumType

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

#valuesObject

Returns the value of attribute values.



49
50
51
# File 'lib/genio/parser/types.rb', line 49

def values
  @values
end