Class: IPlayer::Downloader::Version

Inherits:
Struct
  • Object
show all
Defined in:
lib/iplayer/downloader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/iplayer/downloader.rb', line 13

def name
  @name
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



13
14
15
# File 'lib/iplayer/downloader.rb', line 13

def pid
  @pid
end