Class: Payhub::NextAction::Lightbox
- Inherits:
-
Struct
- Object
- Struct
- Payhub::NextAction::Lightbox
- Defined in:
- lib/payhub/next_action.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
Returns the value of attribute params.
-
#script_url ⇒ Object
Returns the value of attribute script_url.
Instance Method Summary collapse
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute params
22 23 24 |
# File 'lib/payhub/next_action.rb', line 22 def params @params end |
#script_url ⇒ Object
Returns the value of attribute script_url
22 23 24 |
# File 'lib/payhub/next_action.rb', line 22 def script_url @script_url end |
Instance Method Details
#kind ⇒ Object
23 |
# File 'lib/payhub/next_action.rb', line 23 def kind = :lightbox |