Class: CacheXML::Metadata
- Inherits:
-
Struct
- Object
- Struct
- CacheXML::Metadata
- Defined in:
- lib/thinp_xml/cache/metadata.rb
Instance Attribute Summary collapse
-
#hints ⇒ Object
Returns the value of attribute hints.
-
#mappings ⇒ Object
Returns the value of attribute mappings.
-
#superblock ⇒ Object
Returns the value of attribute superblock.
Instance Attribute Details
#hints ⇒ Object
Returns the value of attribute hints
22 23 24 |
# File 'lib/thinp_xml/cache/metadata.rb', line 22 def hints @hints end |
#mappings ⇒ Object
Returns the value of attribute mappings
22 23 24 |
# File 'lib/thinp_xml/cache/metadata.rb', line 22 def mappings @mappings end |
#superblock ⇒ Object
Returns the value of attribute superblock
22 23 24 |
# File 'lib/thinp_xml/cache/metadata.rb', line 22 def superblock @superblock end |