Class: DownloadLink
- Inherits:
-
Struct
- Object
- Struct
- DownloadLink
- Defined in:
- lib/get_tapas/download_link.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#episode_num ⇒ Object
Returns the value of attribute episode_num.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#filespec ⇒ Object
Returns the value of attribute filespec.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
1 2 3 |
# File 'lib/get_tapas/download_link.rb', line 1 def description @description end |
#episode_num ⇒ Object
Returns the value of attribute episode_num
1 2 3 |
# File 'lib/get_tapas/download_link.rb', line 1 def episode_num @episode_num end |
#filename ⇒ Object
Returns the value of attribute filename
1 2 3 |
# File 'lib/get_tapas/download_link.rb', line 1 def filename @filename end |
#filespec ⇒ Object
Returns the value of attribute filespec
1 2 3 |
# File 'lib/get_tapas/download_link.rb', line 1 def filespec @filespec end |
#url ⇒ Object
Returns the value of attribute url
1 2 3 |
# File 'lib/get_tapas/download_link.rb', line 1 def url @url end |
Instance Method Details
#to_s ⇒ Object
8 9 10 |
# File 'lib/get_tapas/download_link.rb', line 8 def to_s to_h.to_s end |