Class: Id3Taginator::Frames::Text::Entities::Copyright
- Inherits:
-
Object
- Object
- Id3Taginator::Frames::Text::Entities::Copyright
- Includes:
- Extensions::Comparable
- Defined in:
- lib/id3taginator/frames/text/entities/copyright.rb
Instance Attribute Summary collapse
-
#holder ⇒ Object
Returns the value of attribute holder.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Method Summary collapse
-
#initialize(year, holder) ⇒ Copyright
constructor
constructor.
Methods included from Extensions::Comparable
Constructor Details
#initialize(year, holder) ⇒ Copyright
constructor
16 17 18 19 |
# File 'lib/id3taginator/frames/text/entities/copyright.rb', line 16 def initialize(year, holder) @year = year @holder = holder end |
Instance Attribute Details
#holder ⇒ Object
Returns the value of attribute holder.
10 11 12 |
# File 'lib/id3taginator/frames/text/entities/copyright.rb', line 10 def holder @holder end |
#year ⇒ Object
Returns the value of attribute year.
10 11 12 |
# File 'lib/id3taginator/frames/text/entities/copyright.rb', line 10 def year @year end |