Module: RedsysRuby
- Defined in:
- lib/redsys-ruby.rb,
lib/redsys-ruby/tpv.rb,
lib/redsys-ruby/engine.rb,
lib/redsys-ruby/version.rb,
app/models/redsys_ruby/configuration.rb,
app/helpers/redsys_ruby/payments_helper.rb,
app/controllers/redsys_ruby/payments_controller.rb,
app/controllers/redsys_ruby/application_controller.rb,
app/controllers/redsys_ruby/configurations_controller.rb
Defined Under Namespace
Modules: PaymentsHelper Classes: ApplicationController, Configuration, ConfigurationsController, Engine, Error, PaymentsController, TPV
Constant Summary collapse
- VERSION =
"0.1.2"
Class Attribute Summary collapse
-
.before_configuration_action ⇒ Object
Returns the value of attribute before_configuration_action.
-
.parent_controller ⇒ Object
Returns the value of attribute parent_controller.
Class Method Summary collapse
Class Attribute Details
.before_configuration_action ⇒ Object
Returns the value of attribute before_configuration_action.
17 18 19 |
# File 'lib/redsys-ruby.rb', line 17 def before_configuration_action @before_configuration_action end |
.parent_controller ⇒ Object
Returns the value of attribute parent_controller.
16 17 18 |
# File 'lib/redsys-ruby.rb', line 16 def parent_controller @parent_controller end |
Class Method Details
.configure {|_self| ... } ⇒ Object
12 13 14 |
# File 'lib/redsys-ruby.rb', line 12 def configure yield self end |