Class: Genio::Parser::Types::Service

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

#base_pathObject

Returns the value of attribute base_path.



23
24
25
# File 'lib/genio/parser/types.rb', line 23

def base_path
  @base_path
end

#operationsObject

Returns the value of attribute operations.



24
25
26
# File 'lib/genio/parser/types.rb', line 24

def operations
  @operations
end