Class: Pubid::Itu::Components::Series

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/pubid/itu/components/series.rb

Overview

ITU Series component Examples: BO, V, X, A, etc.

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



17
18
19
20
21
# File 'lib/pubid/itu/components/series.rb', line 17

def ==(other)
  return false unless other.is_a?(Series)

  series == other.series
end

#to_sObject



13
14
15
# File 'lib/pubid/itu/components/series.rb', line 13

def to_s
  series
end