Class: Paymill::Client
- Includes:
- Operations::Delete, Operations::Update
- Defined in:
- lib/paymill/client.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#description ⇒ Object
Returns the value of attribute description.
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#payment ⇒ Object
Returns the value of attribute payment.
-
#subscription ⇒ Object
Returns the value of attribute subscription.
Attributes inherited from Base
Method Summary
Methods included from Operations::Update
Methods included from Operations::Delete
Methods inherited from Base
#initialize, #parse_timestamps, #set_attributes
Methods included from Operations::Find
Methods included from Operations::Create
Methods included from Operations::All
Constructor Details
This class inherits a constructor from Paymill::Base
Instance Attribute Details
permalink #attributes ⇒ Object
Returns the value of attribute attributes.
6 7 8 |
# File 'lib/paymill/client.rb', line 6 def attributes @attributes end |
permalink #description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/paymill/client.rb', line 6 def description @description end |
permalink #email ⇒ Object
Returns the value of attribute email.
6 7 8 |
# File 'lib/paymill/client.rb', line 6 def email @email end |
permalink #id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/paymill/client.rb', line 6 def id @id end |
permalink #payment ⇒ Object
Returns the value of attribute payment.
6 7 8 |
# File 'lib/paymill/client.rb', line 6 def payment @payment end |
permalink #subscription ⇒ Object
Returns the value of attribute subscription.
6 7 8 |
# File 'lib/paymill/client.rb', line 6 def subscription @subscription end |