Class: Clickmeetings::PrivateLabel::Account
- Defined in:
- lib/clickmeetings/models/privatelabel/account.rb
Instance Attribute Summary collapse
-
#account_expiration_date ⇒ Object
Returns the value of attribute account_expiration_date.
-
#account_status ⇒ Object
Returns the value of attribute account_status.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#email ⇒ Object
Returns the value of attribute email.
-
#firstname ⇒ Object
Returns the value of attribute firstname.
-
#lastname ⇒ Object
Returns the value of attribute lastname.
-
#meetings_allowed ⇒ Object
Returns the value of attribute meetings_allowed.
-
#package ⇒ Object
Returns the value of attribute package.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
-
#trainings_allowed ⇒ Object
Returns the value of attribute trainings_allowed.
-
#username ⇒ Object
Returns the value of attribute username.
-
#webinars_allowed ⇒ Object
Returns the value of attribute webinars_allowed.
-
#zip_code ⇒ Object
Returns the value of attribute zip_code.
Attributes inherited from Model
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_expiration_date ⇒ Object
Returns the value of attribute account_expiration_date.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def account_expiration_date @account_expiration_date end |
#account_status ⇒ Object
Returns the value of attribute account_status.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def account_status @account_status end |
#api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def api_key @api_key end |
#city ⇒ Object
Returns the value of attribute city.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def email @email end |
#firstname ⇒ Object
Returns the value of attribute firstname.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def firstname @firstname end |
#lastname ⇒ Object
Returns the value of attribute lastname.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def lastname @lastname end |
#meetings_allowed ⇒ Object
Returns the value of attribute meetings_allowed.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def meetings_allowed @meetings_allowed end |
#package ⇒ Object
Returns the value of attribute package.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def package @package end |
#state ⇒ Object
Returns the value of attribute state.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def street @street end |
#trainings_allowed ⇒ Object
Returns the value of attribute trainings_allowed.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def trainings_allowed @trainings_allowed end |
#username ⇒ Object
Returns the value of attribute username.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def username @username end |
#webinars_allowed ⇒ Object
Returns the value of attribute webinars_allowed.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def webinars_allowed @webinars_allowed end |
#zip_code ⇒ Object
Returns the value of attribute zip_code.
4 5 6 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4 def zip_code @zip_code end |
Instance Method Details
#conferences ⇒ Object
31 32 33 |
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 31 def conferences Clickmeetings::PrivateLabel::Conference.by_account(account_id: id).all end |