Class: Yukon::EndPoint
- Inherits:
-
Struct
- Object
- Struct
- Yukon::EndPoint
- Defined in:
- lib/yukon/end_point.rb
Instance Attribute Summary collapse
-
#cancel_return_url ⇒ Object
Returns the value of attribute cancel_return_url.
-
#notify_url ⇒ Object
Returns the value of attribute notify_url.
-
#return_url ⇒ Object
Returns the value of attribute return_url.
Instance Attribute Details
#cancel_return_url ⇒ Object
Returns the value of attribute cancel_return_url
2 3 4 |
# File 'lib/yukon/end_point.rb', line 2 def cancel_return_url @cancel_return_url end |
#notify_url ⇒ Object
Returns the value of attribute notify_url
2 3 4 |
# File 'lib/yukon/end_point.rb', line 2 def notify_url @notify_url end |
#return_url ⇒ Object
Returns the value of attribute return_url
2 3 4 |
# File 'lib/yukon/end_point.rb', line 2 def return_url @return_url end |