Class: Poms::Series

Inherits:
Builder::NestedOpenStruct show all
Includes:
HasBaseAttributes
Defined in:
lib/poms/series.rb

Overview

POMS wrapper for a TV Serie.

Instance Method Summary collapse

Methods included from HasBaseAttributes

#description, #title

Methods inherited from Builder::NestedOpenStruct

#initialize, #process_array, #process_element, #process_key_value

Methods included from Base

#rev

Constructor Details

This class inherits a constructor from Poms::Builder::NestedOpenStruct

Instance Method Details



8
9
10
# File 'lib/poms/series.rb', line 8

def related_group_mids
  Poms.fetch_descendants_for_serie(mid, 'SEASON').map(&:mid)
end