Class: Trane::Docs::Cache::Snapshot

Inherits:
Data
  • Object
show all
Defined in:
lib/trane/docs/cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



35
36
37
# File 'lib/trane/docs/cache.rb', line 35

def html
  @html
end

#jsonObject (readonly)

Returns the value of attribute json

Returns:

  • (Object)

    the current value of json



35
36
37
# File 'lib/trane/docs/cache.rb', line 35

def json
  @json
end