class AmemberPro::BillingPlans

Public Class Methods

get(params={}) click to toggle source
# File lib/amember_pro/billing_plans.rb, line 3
def self.get(params={})
  connection(Method::GET, params).body
end
to_s() click to toggle source
# File lib/amember_pro/billing_plans.rb, line 7
def self.to_s
  'billing-plans'
end

Private Class Methods

connection(method, params={}) click to toggle source
# File lib/amember_pro/billing_plans.rb, line 13
def self.connection(method, params={})
  AmemberPro.params = params
  AmemberPro.method = method
  AmemberPro.connection(self)
end