Class: Sfn::Loader::CacheRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/satisfaction/loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



9
10
11
# File 'lib/satisfaction/loader.rb', line 9

def body
  @body
end

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



9
10
11
# File 'lib/satisfaction/loader.rb', line 9

def etag
  @etag
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



9
10
11
# File 'lib/satisfaction/loader.rb', line 9

def url
  @url
end