class TivoHMO::Adapters::Plex::Group

Public Class Methods

new(ident, title) click to toggle source
Calls superclass method TivoHMO::API::Container::new
# File lib/tivohmo/adapters/plex/group.rb, line 9
def initialize(ident, title)
  super(ident)

  self.presorted = true
  self.title = title
end