Class: Awis::Models::CategoryData

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

#absolute_pathObject

Returns the value of attribute absolute_path.



364
365
366
# File 'lib/awis/models/url_info.rb', line 364

def absolute_path
  @absolute_path
end

#titleObject

Returns the value of attribute title.



364
365
366
# File 'lib/awis/models/url_info.rb', line 364

def title
  @title
end