Class: Trane::Docs::Cache::Snapshot
- Inherits:
-
Data
- Object
- Data
- Trane::Docs::Cache::Snapshot
- Defined in:
- lib/trane/docs/cache.rb
Instance Attribute Summary collapse
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#json ⇒ Object
readonly
Returns the value of attribute json.
Instance Attribute Details
#html ⇒ Object (readonly)
Returns the value of attribute html
35 36 37 |
# File 'lib/trane/docs/cache.rb', line 35 def html @html end |
#json ⇒ Object (readonly)
Returns the value of attribute json
35 36 37 |
# File 'lib/trane/docs/cache.rb', line 35 def json @json end |