Class: AbsorbApi::SessionSchedule
- Defined in:
- lib/absorb_api/session_schedule.rb
Instance Attribute Summary collapse
-
#date_end ⇒ Object
Returns the value of attribute date_end.
-
#date_start ⇒ Object
Returns the value of attribute date_start.
-
#id ⇒ Object
Returns the value of attribute id.
-
#meeting_id ⇒ Object
Returns the value of attribute meeting_id.
-
#meeting_password ⇒ Object
Returns the value of attribute meeting_password.
-
#meeting_username ⇒ Object
Returns the value of attribute meeting_username.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#time_zone_id ⇒ Object
Returns the value of attribute time_zone_id.
-
#venue_id ⇒ Object
Returns the value of attribute venue_id.
-
#venue_name ⇒ Object
Returns the value of attribute venue_name.
-
#venue_type ⇒ Object
Returns the value of attribute venue_type.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from AbsorbApi::Base
Instance Attribute Details
#date_end ⇒ Object
Returns the value of attribute date_end.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def date_end @date_end end |
#date_start ⇒ Object
Returns the value of attribute date_start.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def date_start @date_start end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def id @id end |
#meeting_id ⇒ Object
Returns the value of attribute meeting_id.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def meeting_id @meeting_id end |
#meeting_password ⇒ Object
Returns the value of attribute meeting_password.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def meeting_password @meeting_password end |
#meeting_username ⇒ Object
Returns the value of attribute meeting_username.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def meeting_username @meeting_username end |
#session_id ⇒ Object
Returns the value of attribute session_id.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def session_id @session_id end |
#time_zone_id ⇒ Object
Returns the value of attribute time_zone_id.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def time_zone_id @time_zone_id end |
#venue_id ⇒ Object
Returns the value of attribute venue_id.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def venue_id @venue_id end |
#venue_name ⇒ Object
Returns the value of attribute venue_name.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def venue_name @venue_name end |
#venue_type ⇒ Object
Returns the value of attribute venue_type.
3 4 5 |
# File 'lib/absorb_api/session_schedule.rb', line 3 def venue_type @venue_type end |