Module: Paynow
- Defined in:
- lib/paynow/client.rb,
lib/paynow/errors.rb,
lib/paynow/payment.rb,
lib/paynow/configuration.rb,
lib/paynow/hash_generator.rb,
lib/paynow/payment_builder.rb,
lib/paynow/payment_attributes.rb,
lib/generators/paynow/install_generator.rb
Defined Under Namespace
Modules: Generators Classes: Client, Config, HashGenerator, MissingAttributeError, Payment, PaymentAttributes, PaymentBuilder, UnknownAttributeError
Class Attribute Summary collapse
-
.integration_id ⇒ Object
Returns the value of attribute integration_id.
-
.integration_key ⇒ Object
Returns the value of attribute integration_key.
-
.resulturl ⇒ Object
Returns the value of attribute resulturl.
-
.returnurl ⇒ Object
Returns the value of attribute returnurl.
Class Method Summary collapse
Class Attribute Details
.integration_id ⇒ Object
Returns the value of attribute integration_id.
5 6 7 |
# File 'lib/paynow/configuration.rb', line 5 def integration_id @integration_id end |
.integration_key ⇒ Object
Returns the value of attribute integration_key.
5 6 7 |
# File 'lib/paynow/configuration.rb', line 5 def integration_key @integration_key end |
.resulturl ⇒ Object
Returns the value of attribute resulturl.
5 6 7 |
# File 'lib/paynow/configuration.rb', line 5 def resulturl @resulturl end |
.returnurl ⇒ Object
Returns the value of attribute returnurl.
5 6 7 |
# File 'lib/paynow/configuration.rb', line 5 def returnurl @returnurl end |
Class Method Details
.setup(&block) ⇒ Object
10 11 12 |
# File 'lib/paynow/configuration.rb', line 10 def setup(&block) instance_eval(&block) end |