Class: Awis::Models::ContributingSubdomain

Inherits:
BaseEntity
  • Object
show all
Defined in:
lib/awis/models/url_info.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

#data_urlObject

Returns the value of attribute data_url.



387
388
389
# File 'lib/awis/models/url_info.rb', line 387

def data_url
  @data_url
end

#page_views_per_userObject

Returns the value of attribute page_views_per_user.



387
388
389
# File 'lib/awis/models/url_info.rb', line 387

def page_views_per_user
  @page_views_per_user
end

#page_views_percentageObject

Returns the value of attribute page_views_percentage.



387
388
389
# File 'lib/awis/models/url_info.rb', line 387

def page_views_percentage
  @page_views_percentage
end

#reach_percentageObject

Returns the value of attribute reach_percentage.



387
388
389
# File 'lib/awis/models/url_info.rb', line 387

def reach_percentage
  @reach_percentage
end

#time_range_monthsObject

Returns the value of attribute time_range_months.



387
388
389
# File 'lib/awis/models/url_info.rb', line 387

def time_range_months
  @time_range_months
end