Class: Pic2ch::Thread::Static
- Inherits:
-
Pic2ch::Thread
- Object
- Struct
- Pic2ch::Thread
- Pic2ch::Thread::Static
- Defined in:
- lib/pic2ch/thread/static.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Attributes inherited from Pic2ch::Thread
Instance Method Summary collapse
-
#initialize(code) ⇒ Static
constructor
A new instance of Static.
Methods inherited from Pic2ch::Thread
#download, #downloader, #parser
Constructor Details
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
4 5 6 |
# File 'lib/pic2ch/thread/static.rb', line 4 def code @code end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
5 6 7 |
# File 'lib/pic2ch/thread/static.rb', line 5 def url @url end |