class Gitter::API::Base

Base model that other Gitter::API models inherit from

See:

Attributes

client[R]

Configured client that fetched the record

Used for subsequent calls (instance methods)

Public Instance Methods

api_prefix() click to toggle source

Helper method for fetching the API prefix from the client

# File lib/gitter/api/base.rb, line 32
def api_prefix
  client.api_prefix
end