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



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

def entry
  @entry
end

#errObject

Returns the value of attribute err

Returns:

  • (Object)

    the current value of err



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

def err
  @err
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



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

def response
  @response
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end