Class: Cejo::Media::Grabbers::INFO

Inherits:
Struct
  • Object
show all
Defined in:
lib/cejo/media/get/grabbers.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#audioObject

Returns the value of attribute audio



9
10
11
# File 'lib/cejo/media/get/grabbers.rb', line 9

def audio
  @audio
end

#extObject

Returns the value of attribute ext



9
10
11
# File 'lib/cejo/media/get/grabbers.rb', line 9

def ext
  @ext
end

#nameObject

Returns the value of attribute name



9
10
11
# File 'lib/cejo/media/get/grabbers.rb', line 9

def name
  @name
end

#parserObject

Returns the value of attribute parser



9
10
11
# File 'lib/cejo/media/get/grabbers.rb', line 9

def parser
  @parser
end

#titleObject

Returns the value of attribute title



9
10
11
# File 'lib/cejo/media/get/grabbers.rb', line 9

def title
  @title
end

#videoObject

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_sObject



10
11
12
# File 'lib/cejo/media/get/grabbers.rb', line 10

def to_s
  %(#{name} #{audio} #{video})
end