class Onfleet::Organization

Public Class Methods

get() click to toggle source
# File lib/onfleet-ruby/organization.rb, line 4
def get
  new(Onfleet.request('organization', :get))
end
get_delegatee_details(id) click to toggle source
# File lib/onfleet-ruby/organization.rb, line 8
def get_delegatee_details(id)
  new(Onfleet.request("organizations/#{id}", :get))
end