class SelfPay::Api

Attributes

client[R]

Public Class Methods

new(client) click to toggle source
# File lib/SelfPay/api.rb, line 5
def initialize(client)
  @client = client
end

Public Instance Methods

billet() click to toggle source
# File lib/SelfPay/api.rb, line 9
def billet
  SelfPay::BilletApi.new(client)
end