Class: TivoHMO::API::Subtitle
- Inherits:
-
Object
- Object
- TivoHMO::API::Subtitle
- Includes:
- GemLogger::LoggerSupport
- Defined in:
- lib/tivohmo/api/subtitle.rb
Overview
Represents a subtitle
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
-
#language ⇒ Object
Returns the value of attribute language.
-
#language_code ⇒ Object
Returns the value of attribute language_code.
-
#location ⇒ Object
Returns the value of attribute location.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format.
8 9 10 |
# File 'lib/tivohmo/api/subtitle.rb', line 8 def format @format end |
#language ⇒ Object
Returns the value of attribute language.
8 9 10 |
# File 'lib/tivohmo/api/subtitle.rb', line 8 def language @language end |
#language_code ⇒ Object
Returns the value of attribute language_code.
8 9 10 |
# File 'lib/tivohmo/api/subtitle.rb', line 8 def language_code @language_code end |
#location ⇒ Object
Returns the value of attribute location.
8 9 10 |
# File 'lib/tivohmo/api/subtitle.rb', line 8 def location @location end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/tivohmo/api/subtitle.rb', line 8 def type @type end |