Class: Awis::Models::RankByCountry

Inherits:
BaseEntity 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

#contribution_page_viewsObject

Returns the value of attribute contribution_page_views.



389
390
391
# File 'lib/awis/models/url_info.rb', line 389

def contribution_page_views
  @contribution_page_views
end

#contribution_usersObject

Returns the value of attribute contribution_users.



389
390
391
# File 'lib/awis/models/url_info.rb', line 389

def contribution_users
  @contribution_users
end

#country_codeObject

Returns the value of attribute country_code.



389
390
391
# File 'lib/awis/models/url_info.rb', line 389

def country_code
  @country_code
end

#rankObject

Returns the value of attribute rank.



389
390
391
# File 'lib/awis/models/url_info.rb', line 389

def rank
  @rank
end