Class: Mollie::Method
Constant Summary collapse
- ALMA =
'alma'.freeze
- APPLEPAY =
'applepay'.freeze
- BANCONTACT =
'bancontact'.freeze
- BANCOMAT_PAY =
'bancomatpay'.freeze
- BANKTRANSFER =
'banktransfer'.freeze
- BELFIUS =
'belfius'.freeze
- BILLIE =
'billie'.freeze
- BLIK =
'bilk'.freeze
- CREDITCARD =
'creditcard'.freeze
- DIRECTDEBIT =
'directdebit'.freeze
- EPS =
'eps'.freeze
- GIFTCARD =
'giftcard'.freeze
- GIROPAY =
'giropay'.freeze
- IDEAL =
'ideal'.freeze
- IN3 =
'in3'.freeze
- INGHOMEPAY =
'inghomepay'.freeze
- KBC =
'kbc'.freeze
- MYBANK =
'mybank'.freeze
- PAYPAL =
'paypal'.freeze
- PAYSAFECARD =
'paysafecard'.freeze
- PRZELEWY24 =
'przelewy24'.freeze
- RIVERTY =
'riverty'.freeze
- SOFORT =
'sofort'.freeze
- SATISPAY =
'satispay'.freeze
- TRUSTLY =
'trustly'.freeze
- TWINT =
'twint'.freeze
- VOUCHER =
'voucher'.freeze
- KLARNA =
'klarna'.freeze
- KLARNASLICEIT =
'klarnasliceit'.freeze
- KLARNAPAYLATER =
'klarnapaylater'.freeze
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#image ⇒ Object
Returns the value of attribute image.
-
#issuers ⇒ Object
Returns the value of attribute issuers.
-
#maximum_amount ⇒ Object
Returns the value of attribute maximum_amount.
-
#minimum_amount ⇒ Object
Returns the value of attribute minimum_amount.
-
#pricing ⇒ Object
Returns the value of attribute pricing.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from Base
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Base
all, #assign_attributes, cancel, create, #delete, delete, get, id_param, #initialize, parent_id, request, resource_name, update, #update
Constructor Details
This class inherits a constructor from Mollie::Base
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
34 35 36 |
# File 'lib/mollie/method.rb', line 34 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
34 35 36 |
# File 'lib/mollie/method.rb', line 34 def id @id end |
#image ⇒ Object
Returns the value of attribute image.
34 35 36 |
# File 'lib/mollie/method.rb', line 34 def image @image end |
#issuers ⇒ Object
Returns the value of attribute issuers.
34 35 36 |
# File 'lib/mollie/method.rb', line 34 def issuers @issuers end |
#maximum_amount ⇒ Object
Returns the value of attribute maximum_amount.
34 35 36 |
# File 'lib/mollie/method.rb', line 34 def maximum_amount @maximum_amount end |
#minimum_amount ⇒ Object
Returns the value of attribute minimum_amount.
34 35 36 |
# File 'lib/mollie/method.rb', line 34 def minimum_amount @minimum_amount end |
#pricing ⇒ Object
Returns the value of attribute pricing.
34 35 36 |
# File 'lib/mollie/method.rb', line 34 def pricing @pricing end |
#status ⇒ Object
Returns the value of attribute status.
34 35 36 |
# File 'lib/mollie/method.rb', line 34 def status @status end |
Class Method Details
Instance Method Details
#bigger_image ⇒ Object
60 61 62 |
# File 'lib/mollie/method.rb', line 60 def bigger_image image['size2x'] end |
#normal_image ⇒ Object
56 57 58 |
# File 'lib/mollie/method.rb', line 56 def normal_image image['size1x'] end |