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

Returns:

  • (Object)

    the current value of audio



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

def audio
  @audio
end

#extObject

Returns the value of attribute ext

Returns:

  • (Object)

    the current value of ext



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

def ext
  @ext
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#outObject

Returns the value of attribute out

Returns:

  • (Object)

    the current value of out



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

def out
  @out
end

#parserObject

Returns the value of attribute parser

Returns:

  • (Object)

    the current value of parser



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

def parser
  @parser
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#videoObject

Returns the value of attribute video

Returns:

  • (Object)

    the current value of 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