Class: DaimonSkycrawlers::Storage::File::Page

Inherits:
Struct
  • Object
show all
Defined in:
lib/daimon_skycrawlers/storage/file.rb

Overview

Page for file storage

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



56
57
58
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56

def body
  @body
end

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



56
57
58
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56

def etag
  @etag
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



56
57
58
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56

def headers
  @headers
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



56
57
58
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56

def key
  @key
end

#last_modifiedObject

Returns the value of attribute last_modified

Returns:

  • (Object)

    the current value of last_modified



56
57
58
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56

def last_modified
  @last_modified
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



56
57
58
# File 'lib/daimon_skycrawlers/storage/file.rb', line 56

def url
  @url
end