Class: Shugoi::HtmlStore::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/shugoi/html_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



12
13
14
# File 'lib/shugoi/html_store.rb', line 12

def expires_at
  @expires_at
end

#htmlObject

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



12
13
14
# File 'lib/shugoi/html_store.rb', line 12

def html
  @html
end

#readsObject

Returns the value of attribute reads

Returns:

  • (Object)

    the current value of reads



12
13
14
# File 'lib/shugoi/html_store.rb', line 12

def reads
  @reads
end