Class: CacheXML::Metadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/thinp_xml/cache/metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hintsObject

Returns the value of attribute hints

Returns:

  • (Object)

    the current value of hints



22
23
24
# File 'lib/thinp_xml/cache/metadata.rb', line 22

def hints
  @hints
end

#mappingsObject

Returns the value of attribute mappings

Returns:

  • (Object)

    the current value of mappings



22
23
24
# File 'lib/thinp_xml/cache/metadata.rb', line 22

def mappings
  @mappings
end

#superblockObject

Returns the value of attribute superblock

Returns:

  • (Object)

    the current value of superblock



22
23
24
# File 'lib/thinp_xml/cache/metadata.rb', line 22

def superblock
  @superblock
end