Class: Flyticket::Orgs

Inherits:
Endpoint show all
Defined in:
lib/flyticket/orgs.rb

Class Method Summary collapse

Methods inherited from Endpoint

get_many, get_one, key

Class Method Details

.list(options) ⇒ Object



7
8
9
# File 'lib/flyticket/orgs.rb', line 7

def self.list(options)
  get_many '/list.json', options
end