Class: Eco::API::Session::Batch::Errors::ErrorCache
- Defined in:
- lib/eco/api/session/batch/errors.rb
Instance Attribute Summary collapse
-
#entry ⇒ Object
Returns the value of attribute entry.
-
#err ⇒ Object
Returns the value of attribute err.
-
#response ⇒ Object
Returns the value of attribute response.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#entry ⇒ Object
Returns the value of attribute entry
10 11 12 |
# File 'lib/eco/api/session/batch/errors.rb', line 10 def entry @entry end |
#err ⇒ Object
Returns the value of attribute err
10 11 12 |
# File 'lib/eco/api/session/batch/errors.rb', line 10 def err @err end |
#response ⇒ Object
Returns the value of attribute response
10 11 12 |
# File 'lib/eco/api/session/batch/errors.rb', line 10 def response @response end |
#type ⇒ Object
Returns the value of attribute type
10 11 12 |
# File 'lib/eco/api/session/batch/errors.rb', line 10 def type @type end |