Class: Shugoi::HtmlStore::Entry
- Inherits:
-
Struct
- Object
- Struct
- Shugoi::HtmlStore::Entry
- Defined in:
- lib/shugoi/html_store.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#html ⇒ Object
Returns the value of attribute html.
-
#reads ⇒ Object
Returns the value of attribute reads.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
12 13 14 |
# File 'lib/shugoi/html_store.rb', line 12 def expires_at @expires_at end |
#html ⇒ Object
Returns the value of attribute html
12 13 14 |
# File 'lib/shugoi/html_store.rb', line 12 def html @html end |
#reads ⇒ Object
Returns the value of attribute reads
12 13 14 |
# File 'lib/shugoi/html_store.rb', line 12 def reads @reads end |