Class: YouTube::RemoteCaptionsStatus::Track
- Inherits:
-
Struct
- Object
- Struct
- YouTube::RemoteCaptionsStatus::Track
- Defined in:
- app/services/youtube/remote_captions_status.rb
Overview
Service object: track.
Instance Attribute Summary collapse
-
#draft ⇒ Object
Returns the value of attribute draft.
-
#id ⇒ Object
Returns the value of attribute id.
-
#language ⇒ Object
Returns the value of attribute language.
-
#name ⇒ Object
Returns the value of attribute name.
-
#track_kind ⇒ Object
Returns the value of attribute track_kind.
Instance Attribute Details
#draft ⇒ Object
Returns the value of attribute draft
23 24 25 |
# File 'app/services/youtube/remote_captions_status.rb', line 23 def draft @draft end |
#id ⇒ Object
Returns the value of attribute id
23 24 25 |
# File 'app/services/youtube/remote_captions_status.rb', line 23 def id @id end |
#language ⇒ Object
Returns the value of attribute language
23 24 25 |
# File 'app/services/youtube/remote_captions_status.rb', line 23 def language @language end |
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'app/services/youtube/remote_captions_status.rb', line 23 def name @name end |
#track_kind ⇒ Object
Returns the value of attribute track_kind
23 24 25 |
# File 'app/services/youtube/remote_captions_status.rb', line 23 def track_kind @track_kind end |