Class: Awis::Models::Listing

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



49
50
51
# File 'lib/awis/models/category_listings.rb', line 49

def data_url
  @data_url
end

#descriptionObject

Returns the value of attribute description.



49
50
51
# File 'lib/awis/models/category_listings.rb', line 49

def description
  @description
end

#popularity_rankObject

Returns the value of attribute popularity_rank.



49
50
51
# File 'lib/awis/models/category_listings.rb', line 49

def popularity_rank
  @popularity_rank
end

#titleObject

Returns the value of attribute title.



49
50
51
# File 'lib/awis/models/category_listings.rb', line 49

def title
  @title
end