Class: PayoneerApi::PayoneerResponse

Inherits:
Base
  • Object
show all
Defined in:
lib/payoneer_api/payoneer_response.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from PayoneerApi::Base

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description.



3
4
5
# File 'lib/payoneer_api/payoneer_response.rb', line 3

def description
  @description
end

#resultObject (readonly)

Returns the value of attribute result.



3
4
5
# File 'lib/payoneer_api/payoneer_response.rb', line 3

def result
  @result
end

#statusObject (readonly)

Returns the value of attribute status.



3
4
5
# File 'lib/payoneer_api/payoneer_response.rb', line 3

def status
  @status
end

#versionObject (readonly)

Returns the value of attribute version.



3
4
5
# File 'lib/payoneer_api/payoneer_response.rb', line 3

def version
  @version
end