Class: Pubid::Itu::Components::Series
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Pubid::Itu::Components::Series
- 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_s ⇒ Object
13 14 15 |
# File 'lib/pubid/itu/components/series.rb', line 13 def to_s series end |