Class: Clickmeetings::PrivateLabel::Account

Inherits:
Model
  • Object
show all
Defined in:
lib/clickmeetings/models/privatelabel/account.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#id

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_dateObject

Returns the value of attribute account_expiration_date.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def 
  @account_expiration_date
end

#account_statusObject

Returns the value of attribute account_status.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def 
  @account_status
end

#api_keyObject

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

#cityObject

Returns the value of attribute city.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def city
  @city
end

#countryObject

Returns the value of attribute country.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def country
  @country
end

#emailObject

Returns the value of attribute email.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def email
  @email
end

#firstnameObject

Returns the value of attribute firstname.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def firstname
  @firstname
end

#lastnameObject

Returns the value of attribute lastname.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def lastname
  @lastname
end

#meetings_allowedObject

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

#packageObject

Returns the value of attribute package.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def package
  @package
end

#stateObject

Returns the value of attribute state.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def state
  @state
end

#streetObject

Returns the value of attribute street.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def street
  @street
end

#trainings_allowedObject

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

#usernameObject

Returns the value of attribute username.



4
5
6
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 4

def username
  @username
end

#webinars_allowedObject

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_codeObject

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

#conferencesObject



31
32
33
# File 'lib/clickmeetings/models/privatelabel/account.rb', line 31

def conferences
  Clickmeetings::PrivateLabel::Conference.(account_id: id).all
end