Class: Jekyll::Archimate::ArchimateFileCacheInfo
- Inherits:
-
Struct
- Object
- Struct
- Jekyll::Archimate::ArchimateFileCacheInfo
- Defined in:
- lib/jekyll/archimate/archimate_cache.rb
Instance Attribute Summary collapse
-
#archimate_file ⇒ Object
Returns the value of attribute archimate_file.
-
#model ⇒ Object
Returns the value of attribute model.
Instance Attribute Details
#archimate_file ⇒ Object
Returns the value of attribute archimate_file
5 6 7 |
# File 'lib/jekyll/archimate/archimate_cache.rb', line 5 def archimate_file @archimate_file end |
#model ⇒ Object
Returns the value of attribute model
5 6 7 |
# File 'lib/jekyll/archimate/archimate_cache.rb', line 5 def model @model end |