class Nurego::PaymentMethod

Public Class Methods

retrieve(id, api_key = nil) click to toggle source
# File lib/nurego/payment_method.rb, line 11
def self.retrieve(id, api_key = nil)
  raise NotImplementedError.new("Payment Method cannot be retrieved without a organization ID. Retrieve a paymentmethod using organization.paymentmethod")
end

Public Instance Methods

url() click to toggle source
# File lib/nurego/payment_method.rb, line 7
def url
  PaymentMethod.url
end