Class: BigMarkerClient::Models::DialInInformation

Inherits:
Base
  • Object
show all
Defined in:
lib/big_marker_client/models/dial_in_information.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

#dial_in_idObject

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_numberObject

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_passcodeObject

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_idObject

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_numberObject

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_passcodeObject

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