Class: Awis::Models::LanguageCategory

Inherits:
BaseEntity
  • Object
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.



109
110
111
# File 'lib/awis/models/category_browse.rb', line 109

def path
  @path
end

#sub_category_countObject

Returns the value of attribute sub_category_count.



109
110
111
# File 'lib/awis/models/category_browse.rb', line 109

def sub_category_count
  @sub_category_count
end

#titleObject

Returns the value of attribute title.



109
110
111
# File 'lib/awis/models/category_browse.rb', line 109

def title
  @title
end

#total_listing_countObject

Returns the value of attribute total_listing_count.



109
110
111
# File 'lib/awis/models/category_browse.rb', line 109

def total_listing_count
  @total_listing_count
end