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