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

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



31
32
33
# File 'lib/daimon_skycrawlers/storage/file.rb', line 31

def body
  @body
end

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



31
32
33
# File 'lib/daimon_skycrawlers/storage/file.rb', line 31

def etag
  @etag
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



31
32
33
# File 'lib/daimon_skycrawlers/storage/file.rb', line 31

def headers
  @headers
end

#last_modifiedObject

Returns the value of attribute last_modified

Returns:

  • (Object)

    the current value of last_modified



31
32
33
# File 'lib/daimon_skycrawlers/storage/file.rb', line 31

def last_modified
  @last_modified
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



31
32
33
# File 'lib/daimon_skycrawlers/storage/file.rb', line 31

def url
  @url
end