Class: Paymill::Checksum
- Inherits:
-
Object
- Object
- Paymill::Checksum
- Extended by:
- Restful::Create
- Defined in:
- lib/paymill/models/checksum.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#app_id ⇒ Object
readonly
Returns the value of attribute app_id.
-
#checksum ⇒ Object
readonly
Returns the value of attribute checksum.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#shipping_address ⇒ Object
readonly
Returns the value of attribute shipping_address.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Method Summary collapse
-
#initialize(json) ⇒ Checksum
constructor
A new instance of Checksum.
Methods included from Restful::Create
Constructor Details
#initialize(json) ⇒ Checksum
Returns a new instance of Checksum.
7 8 9 10 |
# File 'lib/paymill/models/checksum.rb', line 7 def initialize( json ) deserialize( json ) end |
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action.
5 6 7 |
# File 'lib/paymill/models/checksum.rb', line 5 def action @action end |
#app_id ⇒ Object (readonly)
Returns the value of attribute app_id.
5 6 7 |
# File 'lib/paymill/models/checksum.rb', line 5 def app_id @app_id end |
#checksum ⇒ Object (readonly)
Returns the value of attribute checksum.
5 6 7 |
# File 'lib/paymill/models/checksum.rb', line 5 def checksum @checksum end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/paymill/models/checksum.rb', line 5 def created_at @created_at end |
#data ⇒ Object (readonly)
Returns the value of attribute data.
5 6 7 |
# File 'lib/paymill/models/checksum.rb', line 5 def data @data end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/paymill/models/checksum.rb', line 5 def id @id end |
#shipping_address ⇒ Object (readonly)
Returns the value of attribute shipping_address.
5 6 7 |
# File 'lib/paymill/models/checksum.rb', line 5 def shipping_address @shipping_address end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
5 6 7 |
# File 'lib/paymill/models/checksum.rb', line 5 def type @type end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
5 6 7 |
# File 'lib/paymill/models/checksum.rb', line 5 def updated_at @updated_at end |