class Komoju::Client

Komoju API auto-generated JSON Schema

Public Class Methods

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

Public Instance Methods

customers() click to toggle source

Customers

@return [Customers]

# File lib/komoju/client.rb, line 125
def customers
  @customers_resource ||= Customers.new(@client)
end
events() click to toggle source

Event Resource

@return [Events]

# File lib/komoju/client.rb, line 104
def events
  @events_resource ||= Events.new(@client)
end
payments() click to toggle source

Payment resource

@return [Payments]

# File lib/komoju/client.rb, line 111
def payments
  @payments_resource ||= Payments.new(@client)
end
subscriptions() click to toggle source

Subscription Resource

@return [Subscriptions]

# File lib/komoju/client.rb, line 118
def subscriptions
  @subscriptions_resource ||= Subscriptions.new(@client)
end
tokens() click to toggle source

Token resource

@return [Tokens]

# File lib/komoju/client.rb, line 132
def tokens
  @tokens_resource ||= Tokens.new(@client)
end