Class: Spree::PayseraForm
- Inherits:
-
Object
- Object
- Spree::PayseraForm
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/spree/paysera_form.rb
Instance Attribute Summary collapse
-
#accepturl ⇒ Object
Returns the value of attribute accepturl.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#callbackurl ⇒ Object
Returns the value of attribute callbackurl.
-
#cancelurl ⇒ Object
Returns the value of attribute cancelurl.
-
#country ⇒ Object
Returns the value of attribute country.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#developerid ⇒ Object
Returns the value of attribute developerid.
-
#disalow_payments ⇒ Object
Returns the value of attribute disalow_payments.
-
#lang ⇒ Object
Returns the value of attribute lang.
-
#only_payments ⇒ Object
Returns the value of attribute only_payments.
-
#orderid ⇒ Object
Returns the value of attribute orderid.
-
#p_city ⇒ Object
Returns the value of attribute p_city.
-
#p_countrycode ⇒ Object
Returns the value of attribute p_countrycode.
-
#p_email ⇒ Object
Returns the value of attribute p_email.
-
#p_firstname ⇒ Object
Returns the value of attribute p_firstname.
-
#p_lastname ⇒ Object
Returns the value of attribute p_lastname.
-
#p_state ⇒ Object
Returns the value of attribute p_state.
-
#p_street ⇒ Object
Returns the value of attribute p_street.
-
#p_zip ⇒ Object
Returns the value of attribute p_zip.
-
#payment ⇒ Object
Returns the value of attribute payment.
-
#paytext ⇒ Object
Returns the value of attribute paytext.
-
#personcode ⇒ Object
Returns the value of attribute personcode.
-
#projectid ⇒ Object
Returns the value of attribute projectid.
-
#test ⇒ Object
Returns the value of attribute test.
-
#time_limit ⇒ Object
Returns the value of attribute time_limit.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
Instance Attribute Details
#accepturl ⇒ Object
Returns the value of attribute accepturl.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def accepturl @accepturl end |
#amount ⇒ Object
Returns the value of attribute amount.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def amount @amount end |
#callbackurl ⇒ Object
Returns the value of attribute callbackurl.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def callbackurl @callbackurl end |
#cancelurl ⇒ Object
Returns the value of attribute cancelurl.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def cancelurl @cancelurl end |
#country ⇒ Object
Returns the value of attribute country.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def country @country end |
#currency ⇒ Object
Returns the value of attribute currency.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def currency @currency end |
#developerid ⇒ Object
Returns the value of attribute developerid.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def developerid @developerid end |
#disalow_payments ⇒ Object
Returns the value of attribute disalow_payments.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def disalow_payments @disalow_payments end |
#lang ⇒ Object
Returns the value of attribute lang.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def lang @lang end |
#only_payments ⇒ Object
Returns the value of attribute only_payments.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def only_payments @only_payments end |
#orderid ⇒ Object
Returns the value of attribute orderid.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def orderid @orderid end |
#p_city ⇒ Object
Returns the value of attribute p_city.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def p_city @p_city end |
#p_countrycode ⇒ Object
Returns the value of attribute p_countrycode.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def p_countrycode @p_countrycode end |
#p_email ⇒ Object
Returns the value of attribute p_email.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def p_email @p_email end |
#p_firstname ⇒ Object
Returns the value of attribute p_firstname.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def p_firstname @p_firstname end |
#p_lastname ⇒ Object
Returns the value of attribute p_lastname.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def p_lastname @p_lastname end |
#p_state ⇒ Object
Returns the value of attribute p_state.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def p_state @p_state end |
#p_street ⇒ Object
Returns the value of attribute p_street.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def p_street @p_street end |
#p_zip ⇒ Object
Returns the value of attribute p_zip.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def p_zip @p_zip end |
#payment ⇒ Object
Returns the value of attribute payment.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def payment @payment end |
#paytext ⇒ Object
Returns the value of attribute paytext.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def paytext @paytext end |
#personcode ⇒ Object
Returns the value of attribute personcode.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def personcode @personcode end |
#projectid ⇒ Object
Returns the value of attribute projectid.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def projectid @projectid end |
#test ⇒ Object
Returns the value of attribute test.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def test @test end |
#time_limit ⇒ Object
Returns the value of attribute time_limit.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def time_limit @time_limit end |
#version ⇒ Object
Returns the value of attribute version.
6 7 8 |
# File 'app/models/spree/paysera_form.rb', line 6 def version @version end |
Instance Method Details
#attributes ⇒ Object
49 50 51 |
# File 'app/models/spree/paysera_form.rb', line 49 def attributes instance_values.except('errors', 'validation_context').symbolize_keys end |