Class: BigMarkerClient::Models::DialInInformation
- Defined in:
- lib/big_marker_client/models/dial_in_information.rb
Instance Attribute Summary collapse
-
#dial_in_id ⇒ Object
Returns the value of attribute dial_in_id.
-
#dial_in_number ⇒ Object
Returns the value of attribute dial_in_number.
-
#dial_in_passcode ⇒ Object
Returns the value of attribute dial_in_passcode.
-
#presenter_dial_in_id ⇒ Object
Returns the value of attribute presenter_dial_in_id.
-
#presenter_dial_in_number ⇒ Object
Returns the value of attribute presenter_dial_in_number.
-
#presenter_dial_in_passcode ⇒ Object
Returns the value of attribute presenter_dial_in_passcode.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from BigMarkerClient::Models::Base
Instance Attribute Details
#dial_in_id ⇒ Object
Returns the value of attribute dial_in_id.
4 5 6 |
# File 'lib/big_marker_client/models/dial_in_information.rb', line 4 def dial_in_id @dial_in_id end |
#dial_in_number ⇒ Object
Returns the value of attribute dial_in_number.
4 5 6 |
# File 'lib/big_marker_client/models/dial_in_information.rb', line 4 def dial_in_number @dial_in_number end |
#dial_in_passcode ⇒ Object
Returns the value of attribute dial_in_passcode.
4 5 6 |
# File 'lib/big_marker_client/models/dial_in_information.rb', line 4 def dial_in_passcode @dial_in_passcode end |
#presenter_dial_in_id ⇒ Object
Returns the value of attribute presenter_dial_in_id.
4 5 6 |
# File 'lib/big_marker_client/models/dial_in_information.rb', line 4 def presenter_dial_in_id @presenter_dial_in_id end |
#presenter_dial_in_number ⇒ Object
Returns the value of attribute presenter_dial_in_number.
4 5 6 |
# File 'lib/big_marker_client/models/dial_in_information.rb', line 4 def presenter_dial_in_number @presenter_dial_in_number end |
#presenter_dial_in_passcode ⇒ Object
Returns the value of attribute presenter_dial_in_passcode.
4 5 6 |
# File 'lib/big_marker_client/models/dial_in_information.rb', line 4 def presenter_dial_in_passcode @presenter_dial_in_passcode end |