Class: Payhub::NextAction::Redirect
- Inherits:
-
Struct
- Object
- Struct
- Payhub::NextAction::Redirect
- Defined in:
- lib/payhub/next_action.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#method ⇒ Object
Returns the value of attribute method.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
14 15 16 |
# File 'lib/payhub/next_action.rb', line 14 def expires_at @expires_at end |
#fields ⇒ Object
Returns the value of attribute fields
14 15 16 |
# File 'lib/payhub/next_action.rb', line 14 def fields @fields end |
#method ⇒ Object
Returns the value of attribute method
14 15 16 |
# File 'lib/payhub/next_action.rb', line 14 def method @method end |
#url ⇒ Object
Returns the value of attribute url
14 15 16 |
# File 'lib/payhub/next_action.rb', line 14 def url @url end |
Instance Method Details
#kind ⇒ Object
15 |
# File 'lib/payhub/next_action.rb', line 15 def kind = :redirect |