Class: BigMarkerClient::Models::WebinarStats
- Defined in:
- lib/big_marker_client/models/webinar_stats.rb
Instance Attribute Summary collapse
-
#invited ⇒ Object
Returns the value of attribute invited.
-
#page_views ⇒ Object
Returns the value of attribute page_views.
-
#registrants ⇒ Object
Returns the value of attribute registrants.
-
#revenue ⇒ Object
Returns the value of attribute revenue.
-
#total_attendees ⇒ Object
Returns the value of attribute total_attendees.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from BigMarkerClient::Models::Base
Instance Attribute Details
#invited ⇒ Object
Returns the value of attribute invited.
4 5 6 |
# File 'lib/big_marker_client/models/webinar_stats.rb', line 4 def invited @invited end |
#page_views ⇒ Object
Returns the value of attribute page_views.
4 5 6 |
# File 'lib/big_marker_client/models/webinar_stats.rb', line 4 def page_views @page_views end |
#registrants ⇒ Object
Returns the value of attribute registrants.
4 5 6 |
# File 'lib/big_marker_client/models/webinar_stats.rb', line 4 def registrants @registrants end |
#revenue ⇒ Object
Returns the value of attribute revenue.
4 5 6 |
# File 'lib/big_marker_client/models/webinar_stats.rb', line 4 def revenue @revenue end |
#total_attendees ⇒ Object
Returns the value of attribute total_attendees.
4 5 6 |
# File 'lib/big_marker_client/models/webinar_stats.rb', line 4 def total_attendees @total_attendees end |