Class: Mkmapi::Base

Inherits:
Struct
  • Object
show all
Defined in:
lib/mkmapi/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



2
3
4
# File 'lib/mkmapi/base.rb', line 2

def agent
  @agent
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



2
3
4
# File 'lib/mkmapi/base.rb', line 2

def data
  @data
end