Class: Awis::Models::HistoricalData

Inherits:
BaseEntity show all
Defined in:
lib/awis/models/traffic_history.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseEntity

#initialize

Methods included from Utils::Variable

#custom_instance_variables

Constructor Details

This class inherits a constructor from Awis::Models::BaseEntity

Instance Attribute Details

#dateObject

Returns the value of attribute date.



59
60
61
# File 'lib/awis/models/traffic_history.rb', line 59

def date
  @date
end

#page_views_per_millionObject

Returns the value of attribute page_views_per_million.



59
60
61
# File 'lib/awis/models/traffic_history.rb', line 59

def page_views_per_million
  @page_views_per_million
end

#page_views_per_userObject

Returns the value of attribute page_views_per_user.



59
60
61
# File 'lib/awis/models/traffic_history.rb', line 59

def page_views_per_user
  @page_views_per_user
end

#rankObject

Returns the value of attribute rank.



59
60
61
# File 'lib/awis/models/traffic_history.rb', line 59

def rank
  @rank
end

#reach_per_millionObject

Returns the value of attribute reach_per_million.



59
60
61
# File 'lib/awis/models/traffic_history.rb', line 59

def reach_per_million
  @reach_per_million
end