Class: SixSaferpay::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/six_saferpay.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_urlObject

ID of the Customer by SIX Saferpay



23
24
25
# File 'lib/six_saferpay.rb', line 23

def base_url
  @base_url
end

#css_urlObject

ID of the Customer by SIX Saferpay



23
24
25
# File 'lib/six_saferpay.rb', line 23

def css_url
  @css_url
end

#customer_idObject

ID of the Customer by SIX Saferpay



23
24
25
# File 'lib/six_saferpay.rb', line 23

def customer_id
  @customer_id
end

#fail_urlObject

ID of the Customer by SIX Saferpay



23
24
25
# File 'lib/six_saferpay.rb', line 23

def fail_url
  @fail_url
end

#passwordObject

ID of the Customer by SIX Saferpay



23
24
25
# File 'lib/six_saferpay.rb', line 23

def password
  @password
end

#success_urlObject

ID of the Customer by SIX Saferpay



23
24
25
# File 'lib/six_saferpay.rb', line 23

def success_url
  @success_url
end

#terminal_idObject

ID of the Customer by SIX Saferpay



23
24
25
# File 'lib/six_saferpay.rb', line 23

def terminal_id
  @terminal_id
end

#usernameObject

ID of the Customer by SIX Saferpay



23
24
25
# File 'lib/six_saferpay.rb', line 23

def username
  @username
end