Class: Seam::Resources::AcsCredential::Errors

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/acs_credential.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#error_codeObject

Returns the value of attribute error_code.



29
30
31
# File 'lib/seam/resources/acs_credential.rb', line 29

def error_code
  @error_code
end

#messageObject

Returns the value of attribute message.



30
31
32
# File 'lib/seam/resources/acs_credential.rb', line 30

def message
  @message
end