Class: Yukon::EndPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/yukon/end_point.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_return_urlObject

Returns the value of attribute cancel_return_url

Returns:

  • (Object)

    the current value of cancel_return_url



2
3
4
# File 'lib/yukon/end_point.rb', line 2

def cancel_return_url
  @cancel_return_url
end

#notify_urlObject

Returns the value of attribute notify_url

Returns:

  • (Object)

    the current value of notify_url



2
3
4
# File 'lib/yukon/end_point.rb', line 2

def notify_url
  @notify_url
end

#return_urlObject

Returns the value of attribute return_url

Returns:

  • (Object)

    the current value of return_url



2
3
4
# File 'lib/yukon/end_point.rb', line 2

def return_url
  @return_url
end