Class: PaygatePk::Contracts::HostedCheckout
- Inherits:
-
Struct
- Object
- Struct
- PaygatePk::Contracts::HostedCheckout
- Defined in:
- lib/paygate_pk/contracts/hosted_checkout.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#basket_id ⇒ Object
Returns the value of attribute basket_id.
-
#form ⇒ Object
Returns the value of attribute form.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
6 7 8 |
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6 def amount @amount end |
#basket_id ⇒ Object
Returns the value of attribute basket_id
6 7 8 |
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6 def basket_id @basket_id end |
#form ⇒ Object
Returns the value of attribute form
6 7 8 |
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6 def form @form end |
#provider ⇒ Object
Returns the value of attribute provider
6 7 8 |
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6 def provider @provider end |
#raw ⇒ Object
Returns the value of attribute raw
6 7 8 |
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6 def raw @raw end |
#url ⇒ Object
Returns the value of attribute url
6 7 8 |
# File 'lib/paygate_pk/contracts/hosted_checkout.rb', line 6 def url @url end |