Class: ChromeStoreSearch::App

Inherits:
Object
  • Object
show all
Defined in:
lib/chrome_store_search/app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#big_logo_urlObject

Returns the value of attribute big_logo_url.



3
4
5
# File 'lib/chrome_store_search/app.rb', line 3

def big_logo_url
  @big_logo_url
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/chrome_store_search/app.rb', line 3

def description
  @description
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/chrome_store_search/app.rb', line 3

def id
  @id
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/chrome_store_search/app.rb', line 3

def name
  @name
end

#ratingObject

Returns the value of attribute rating.



3
4
5
# File 'lib/chrome_store_search/app.rb', line 3

def rating
  @rating
end

#small_logo_urlObject

Returns the value of attribute small_logo_url.



3
4
5
# File 'lib/chrome_store_search/app.rb', line 3

def small_logo_url
  @small_logo_url
end

#total_rating_countObject

Returns the value of attribute total_rating_count.



3
4
5
# File 'lib/chrome_store_search/app.rb', line 3

def total_rating_count
  @total_rating_count
end

#total_usersObject

Returns the value of attribute total_users.



3
4
5
# File 'lib/chrome_store_search/app.rb', line 3

def total_users
  @total_users
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/chrome_store_search/app.rb', line 3

def url
  @url
end