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