Class: DaimonSkycrawlers::Storage::File::Page
- Inherits:
-
Struct
- Object
- Struct
- DaimonSkycrawlers::Storage::File::Page
- Defined in:
- lib/daimon_skycrawlers/storage/file.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#last_modified ⇒ Object
Returns the value of attribute last_modified.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
31 32 33 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 31 def body @body end |
#etag ⇒ Object
Returns the value of attribute etag
31 32 33 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 31 def etag @etag end |
#headers ⇒ Object
Returns the value of attribute headers
31 32 33 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 31 def headers @headers end |
#last_modified ⇒ Object
Returns the value of attribute last_modified
31 32 33 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 31 def last_modified @last_modified end |
#url ⇒ Object
Returns the value of attribute url
31 32 33 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 31 def url @url end |