Class: DaimonSkycrawlers::Storage::File::Page
- Inherits:
-
Struct
- Object
- Struct
- DaimonSkycrawlers::Storage::File::Page
- Defined in:
- lib/daimon_skycrawlers/storage/file.rb
Overview
Page for file storage
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.
-
#key ⇒ Object
Returns the value of attribute key.
-
#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
56 57 58 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56 def body @body end |
#etag ⇒ Object
Returns the value of attribute etag
56 57 58 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56 def etag @etag end |
#headers ⇒ Object
Returns the value of attribute headers
56 57 58 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56 def headers @headers end |
#key ⇒ Object
Returns the value of attribute key
56 57 58 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56 def key @key end |
#last_modified ⇒ Object
Returns the value of attribute last_modified
56 57 58 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56 def last_modified @last_modified end |
#url ⇒ Object
Returns the value of attribute url
56 57 58 |
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56 def url @url end |