Class: TivoHMO::API::Subtitle

Inherits:
Object
  • Object
show all
Includes:
GemLogger::LoggerSupport
Defined in:
lib/tivohmo/api/subtitle.rb

Overview

Represents a subtitle

Instance Attribute Summary collapse

Instance Attribute Details

#formatObject

Returns the value of attribute format.



8
9
10
# File 'lib/tivohmo/api/subtitle.rb', line 8

def format
  @format
end

#languageObject

Returns the value of attribute language.



8
9
10
# File 'lib/tivohmo/api/subtitle.rb', line 8

def language
  @language
end

#language_codeObject

Returns the value of attribute language_code.



8
9
10
# File 'lib/tivohmo/api/subtitle.rb', line 8

def language_code
  @language_code
end

#locationObject

Returns the value of attribute location.



8
9
10
# File 'lib/tivohmo/api/subtitle.rb', line 8

def location
  @location
end

#typeObject

Returns the value of attribute type.



8
9
10
# File 'lib/tivohmo/api/subtitle.rb', line 8

def type
  @type
end