Class: Clickmeetings::PrivateLabel::Profile
- Defined in:
- lib/clickmeetings/models/privatelabel/profile.rb
Instance Attribute Summary collapse
-
#account_manager_email ⇒ Object
Returns the value of attribute account_manager_email.
-
#account_manager_name ⇒ Object
Returns the value of attribute account_manager_name.
-
#account_manager_phone ⇒ Object
Returns the value of attribute account_manager_phone.
-
#email ⇒ Object
Returns the value of attribute email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#phone ⇒ Object
Returns the value of attribute phone.
Instance Method Summary collapse
Methods inherited from Model
client_options, #default_params
Methods inherited from Model
#action_path, all, #client, client_options, create, #default_headers, #default_params, #destroy, find, #handle_response, #remote_path, #remote_url, set_resource_name, #update
Instance Attribute Details
#account_manager_email ⇒ Object
Returns the value of attribute account_manager_email.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/profile.rb', line 4 def account_manager_email @account_manager_email end |
#account_manager_name ⇒ Object
Returns the value of attribute account_manager_name.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/profile.rb', line 4 def account_manager_name @account_manager_name end |
#account_manager_phone ⇒ Object
Returns the value of attribute account_manager_phone.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/profile.rb', line 4 def account_manager_phone @account_manager_phone end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/profile.rb', line 4 def email @email end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/profile.rb', line 4 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/profile.rb', line 4 def name @name end |
#packages ⇒ Object
Returns the value of attribute packages.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/profile.rb', line 4 def packages @packages end |
#phone ⇒ Object
Returns the value of attribute phone.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/profile.rb', line 4 def phone @phone end |
Instance Method Details
#get ⇒ Object
12 13 14 15 16 17 |
# File 'lib/clickmeetings/models/privatelabel/profile.rb', line 12 def get response = Clickmeetings.with_client() do Clickmeetings.client.get 'client', default_params, default_headers end handle_response response end |