Class: Clickmeetings::Open::TimeZone

Inherits:
Model
  • Object
show all
Defined in:
lib/clickmeetings/models/open/time_zone.rb

Instance Attribute Summary

Attributes inherited from Model

#id

Class Method Summary collapse

Methods inherited from Model

api_key, client_options, #default_headers, ping, with_account

Methods inherited from Model

#action_path, #client, client_options, create, #default_headers, #default_params, #destroy, find, #handle_response, #remote_path, #remote_url, set_resource_name, #update

Class Method Details

.all(country: nil) ⇒ Object



7
8
9
10
11
# File 'lib/clickmeetings/models/open/time_zone.rb', line 7

def all(country: nil)
  Clickmeetings.with_client(client_options) do
    Clickmeetings.client.get remote_url(country), default_params, default_headers
  end
end