Class: Octoparts::Model::CacheControl

Inherits:
Object
  • Object
show all
Defined in:
lib/octoparts/model/cache_control.rb

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject

Returns the value of attribute etag.



4
5
6
# File 'lib/octoparts/model/cache_control.rb', line 4

def etag
  @etag
end

#expires_atObject

Returns the value of attribute expires_at.



4
5
6
# File 'lib/octoparts/model/cache_control.rb', line 4

def expires_at
  @expires_at
end

#last_modifiedObject

Returns the value of attribute last_modified.



4
5
6
# File 'lib/octoparts/model/cache_control.rb', line 4

def last_modified
  @last_modified
end

#no_cacheObject

Returns the value of attribute no_cache.



4
5
6
# File 'lib/octoparts/model/cache_control.rb', line 4

def no_cache
  @no_cache
end

#no_storeObject

Returns the value of attribute no_store.



4
5
6
# File 'lib/octoparts/model/cache_control.rb', line 4

def no_store
  @no_store
end