Class: BigMarkerClient::Models::Presenter

Inherits:
Base
  • Object
show all
Defined in:
lib/big_marker_client/models/presenter.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize, #to_h

Constructor Details

This class inherits a constructor from BigMarkerClient::Models::Base

Instance Attribute Details

#add_to_channel_subscriber_listObject

Returns the value of attribute add_to_channel_subscriber_list.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def add_to_channel_subscriber_list
  @add_to_channel_subscriber_list
end

#bioObject

Returns the value of attribute bio.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def bio
  @bio
end

#can_manageObject

Returns the value of attribute can_manage.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def can_manage
  @can_manage
end

#conference_idObject

Returns the value of attribute conference_id.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def conference_id
  @conference_id
end

#display_on_landing_pageObject

Returns the value of attribute display_on_landing_page.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def display_on_landing_page
  @display_on_landing_page
end

#enter_as_attendeeObject

Returns the value of attribute enter_as_attendee.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def enter_as_attendee
  @enter_as_attendee
end

#facebookObject

Returns the value of attribute facebook.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def facebook
  @facebook
end

#is_moderatorObject

Returns the value of attribute is_moderator.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def is_moderator
  @is_moderator
end

#linkedinObject

Returns the value of attribute linkedin.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def linkedin
  @linkedin
end

#member_idObject

Returns the value of attribute member_id.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def member_id
  @member_id
end

#nameObject Also known as: display_name

Returns the value of attribute name.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def name
  @name
end

#photo_urlObject Also known as: presenter_image_url

Returns the value of attribute photo_url.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def photo_url
  @photo_url
end

#presenter_dial_in_idObject

Returns the value of attribute presenter_dial_in_id.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def presenter_dial_in_id
  @presenter_dial_in_id
end

#presenter_dial_in_numberObject

Returns the value of attribute presenter_dial_in_number.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def presenter_dial_in_number
  @presenter_dial_in_number
end

#presenter_dial_in_passcodeObject

Returns the value of attribute presenter_dial_in_passcode.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def presenter_dial_in_passcode
  @presenter_dial_in_passcode
end

#presenter_emailObject Also known as: email

Returns the value of attribute presenter_email.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def presenter_email
  @presenter_email
end

#presenter_first_nameObject Also known as: first_name

Returns the value of attribute presenter_first_name.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def presenter_first_name
  @presenter_first_name
end

#presenter_idObject

Returns the value of attribute presenter_id.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def presenter_id
  @presenter_id
end

#presenter_last_nameObject Also known as: last_name

Returns the value of attribute presenter_last_name.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def presenter_last_name
  @presenter_last_name
end

#presenter_temporary_passwordObject

Returns the value of attribute presenter_temporary_password.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def presenter_temporary_password
  @presenter_temporary_password
end

#presenter_urlObject

Returns the value of attribute presenter_url.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def presenter_url
  @presenter_url
end

#remove_bigmarker_contact_optionObject

Returns the value of attribute remove_bigmarker_contact_option.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def remove_bigmarker_contact_option
  @remove_bigmarker_contact_option
end

#send_email_inviteObject

Returns the value of attribute send_email_invite.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def send_email_invite
  @send_email_invite
end

#show_chat_icon_in_booth_or_session_roomObject

Returns the value of attribute show_chat_icon_in_booth_or_session_room.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def show_chat_icon_in_booth_or_session_room
  @show_chat_icon_in_booth_or_session_room
end

#show_on_networking_centerObject

Returns the value of attribute show_on_networking_center.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def show_on_networking_center
  @show_on_networking_center
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def title
  @title
end

#twitterObject

Returns the value of attribute twitter.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def twitter
  @twitter
end

#websiteObject

Returns the value of attribute website.



4
5
6
# File 'lib/big_marker_client/models/presenter.rb', line 4

def website
  @website
end