Class: TivoHMO::Adapters::Plex::Group
- Inherits:
-
Object
- Object
- TivoHMO::Adapters::Plex::Group
- Includes:
- GemLogger::LoggerSupport, TivoHMO::API::Container
- Defined in:
- lib/tivohmo/adapters/plex/group.rb
Instance Attribute Summary
Attributes included from TivoHMO::API::Container
Attributes included from TivoHMO::API::Node
#app, #children, #content_type, #created_at, #identifier, #modified_at, #parent, #root, #source_format, #title
Instance Method Summary collapse
-
#initialize(ident, title) ⇒ Group
constructor
A new instance of Group.
Methods included from TivoHMO::API::Container
Methods included from TivoHMO::API::Node
#add_child, #app?, #find, #root?, #title_path, #to_s, #tree_string
Constructor Details
#initialize(ident, title) ⇒ Group
Returns a new instance of Group.
9 10 11 12 13 14 |
# File 'lib/tivohmo/adapters/plex/group.rb', line 9 def initialize(ident, title) super(ident) self.presorted = true self.title = title end |