Class: Genio::Parser::Types::Operation

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

#parametersObject

Returns the value of attribute parameters.



30
31
32
# File 'lib/genio/parser/types.rb', line 30

def parameters
  @parameters
end

#pathObject

Returns the value of attribute path.



29
30
31
# File 'lib/genio/parser/types.rb', line 29

def path
  @path
end

#requestObject

Returns the value of attribute request.



31
32
33
# File 'lib/genio/parser/types.rb', line 31

def request
  @request
end

#responseObject

Returns the value of attribute response.



32
33
34
# File 'lib/genio/parser/types.rb', line 32

def response
  @response
end

#typeObject

Returns the value of attribute type.



28
29
30
# File 'lib/genio/parser/types.rb', line 28

def type
  @type
end