class SecupayRuby::Requests::GetTypes
Public Instance Methods
path()
click to toggle source
# File lib/secupay_ruby/requests/get_types.rb, line 4 def path @path ||= %w(payment gettypes).join("/") end
# File lib/secupay_ruby/requests/get_types.rb, line 4 def path @path ||= %w(payment gettypes).join("/") end