Class: Cejo::Media::Grabbers::INFO
- Inherits:
-
Struct
- Object
- Struct
- Cejo::Media::Grabbers::INFO
- Defined in:
- lib/cejo/media/get/grabbers.rb
Instance Attribute Summary collapse
-
#audio ⇒ Object
Returns the value of attribute audio.
-
#ext ⇒ Object
Returns the value of attribute ext.
-
#name ⇒ Object
Returns the value of attribute name.
-
#out ⇒ Object
Returns the value of attribute out.
-
#parser ⇒ Object
Returns the value of attribute parser.
-
#title ⇒ Object
Returns the value of attribute title.
-
#video ⇒ Object
Returns the value of attribute video.
Instance Method Summary collapse
Instance Attribute Details
#audio ⇒ Object
Returns the value of attribute audio
9 10 11 |
# File 'lib/cejo/media/get/grabbers.rb', line 9 def audio @audio end |
#ext ⇒ Object
Returns the value of attribute ext
9 10 11 |
# File 'lib/cejo/media/get/grabbers.rb', line 9 def ext @ext end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/cejo/media/get/grabbers.rb', line 9 def name @name end |
#out ⇒ Object
Returns the value of attribute out
9 10 11 |
# File 'lib/cejo/media/get/grabbers.rb', line 9 def out @out end |
#parser ⇒ Object
Returns the value of attribute parser
9 10 11 |
# File 'lib/cejo/media/get/grabbers.rb', line 9 def parser @parser end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'lib/cejo/media/get/grabbers.rb', line 9 def title @title end |
#video ⇒ Object
Returns the value of attribute video
9 10 11 |
# File 'lib/cejo/media/get/grabbers.rb', line 9 def video @video end |
Instance Method Details
#to_s ⇒ Object
10 11 12 |
# File 'lib/cejo/media/get/grabbers.rb', line 10 def to_s %(#{name} #{audio} #{video}) end |