Class: BigMarkerClient::Models::WebinarStats

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

#invitedObject

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_viewsObject

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

#registrantsObject

Returns the value of attribute registrants.



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

def registrants
  @registrants
end

#revenueObject

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_attendeesObject

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