Class: IPlayer::Downloader::Version
- Inherits:
-
Struct
- Object
- Struct
- IPlayer::Downloader::Version
- Defined in:
- lib/iplayer/downloader.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#pid ⇒ Object
Returns the value of attribute pid.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/iplayer/downloader.rb', line 13 def name @name end |
#pid ⇒ Object
Returns the value of attribute pid
13 14 15 |
# File 'lib/iplayer/downloader.rb', line 13 def pid @pid end |