Module: Paydunya::Checkout::Store

Defined in:
lib/paydunya/checkout/store.rb

Class Attribute Summary collapse

Class Attribute Details

.callback_urlObject

Returns the value of attribute callback_url.



5
6
7
# File 'lib/paydunya/checkout/store.rb', line 5

def callback_url
  @callback_url
end

.cancel_urlObject

Returns the value of attribute cancel_url.



5
6
7
# File 'lib/paydunya/checkout/store.rb', line 5

def cancel_url
  @cancel_url
end

.logo_urlObject

Returns the value of attribute logo_url.



5
6
7
# File 'lib/paydunya/checkout/store.rb', line 5

def logo_url
  @logo_url
end

.nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/paydunya/checkout/store.rb', line 5

def name
  @name
end

.phone_numberObject

Returns the value of attribute phone_number.



5
6
7
# File 'lib/paydunya/checkout/store.rb', line 5

def phone_number
  @phone_number
end

.postal_addressObject

Returns the value of attribute postal_address.



5
6
7
# File 'lib/paydunya/checkout/store.rb', line 5

def postal_address
  @postal_address
end

.return_urlObject

Returns the value of attribute return_url.



5
6
7
# File 'lib/paydunya/checkout/store.rb', line 5

def return_url
  @return_url
end

.taglineObject

Returns the value of attribute tagline.



5
6
7
# File 'lib/paydunya/checkout/store.rb', line 5

def tagline
  @tagline
end

.website_urlObject

Returns the value of attribute website_url.



5
6
7
# File 'lib/paydunya/checkout/store.rb', line 5

def website_url
  @website_url
end