Class: Seam::ResourceError

Inherits:
BaseResource show all
Defined in:
lib/seam/resources/resource_error.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

date_accessor, #initialize, #inspect, load_from_response, #update_from_response

Constructor Details

This class inherits a constructor from Seam::BaseResource

Instance Attribute Details

#error_codeObject

Returns the value of attribute error_code.



5
6
7
# File 'lib/seam/resources/resource_error.rb', line 5

def error_code
  @error_code
end

#messageObject

Returns the value of attribute message.



5
6
7
# File 'lib/seam/resources/resource_error.rb', line 5

def message
  @message
end