class Desk::Api::Brands

Attributes

connection[R]
endpoint[R]
return_class[R]

Public Class Methods

new(connection) click to toggle source
# File lib/desk/api/brands.rb, line 12
def initialize(connection)
  @connection = connection
  @endpoint = "brands"
  @return_class = Desk::Brand
end