Class: Eco::API::Session::Batch::Errors::ErrorCache

Inherits:
Struct
  • Object
show all
Defined in:
lib/eco/api/session/batch/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entryObject

Returns the value of attribute entry

Returns:

  • (Object)

    the current value of entry



10
11
12
# File 'lib/eco/api/session/batch/errors.rb', line 10

def entry
  @entry
end

#errObject

Returns the value of attribute err

Returns:

  • (Object)

    the current value of err



10
11
12
# File 'lib/eco/api/session/batch/errors.rb', line 10

def err
  @err
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



10
11
12
# File 'lib/eco/api/session/batch/errors.rb', line 10

def response
  @response
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/eco/api/session/batch/errors.rb', line 10

def type
  @type
end