Class: Echowrap::CategoryMap
Instance Attribute Summary collapse
-
#childrens ⇒ Object
readonly
Returns the value of attribute childrens.
-
#christmas ⇒ Object
readonly
Returns the value of attribute christmas.
-
#live ⇒ Object
readonly
Returns the value of attribute live.
-
#studio ⇒ Object
readonly
Returns the value of attribute studio.
Method Summary
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#childrens ⇒ Object (readonly)
Returns the value of attribute childrens.
5 6 7 |
# File 'lib/echowrap/category_map.rb', line 5 def childrens @childrens end |
#christmas ⇒ Object (readonly)
Returns the value of attribute christmas.
5 6 7 |
# File 'lib/echowrap/category_map.rb', line 5 def christmas @christmas end |
#live ⇒ Object (readonly)
Returns the value of attribute live.
5 6 7 |
# File 'lib/echowrap/category_map.rb', line 5 def live @live end |
#studio ⇒ Object (readonly)
Returns the value of attribute studio.
5 6 7 |
# File 'lib/echowrap/category_map.rb', line 5 def studio @studio end |