Class: Awis::Models::RelatedCategory

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

#pathObject

Returns the value of attribute path.



113
114
115
# File 'lib/awis/models/category_browse.rb', line 113

def path
  @path
end

#sub_category_countObject

Returns the value of attribute sub_category_count.



113
114
115
# File 'lib/awis/models/category_browse.rb', line 113

def sub_category_count
  @sub_category_count
end

#titleObject

Returns the value of attribute title.



113
114
115
# File 'lib/awis/models/category_browse.rb', line 113

def title
  @title
end

#total_listing_countObject

Returns the value of attribute total_listing_count.



113
114
115
# File 'lib/awis/models/category_browse.rb', line 113

def total_listing_count
  @total_listing_count
end