Class: EraXML::Metadata
- Inherits:
-
Struct
- Object
- Struct
- EraXML::Metadata
- Defined in:
- lib/thinp_xml/era/metadata.rb
Instance Attribute Summary collapse
-
#era_array ⇒ Object
Returns the value of attribute era_array.
-
#superblock ⇒ Object
Returns the value of attribute superblock.
-
#writesets ⇒ Object
Returns the value of attribute writesets.
Instance Attribute Details
#era_array ⇒ Object
Returns the value of attribute era_array
21 22 23 |
# File 'lib/thinp_xml/era/metadata.rb', line 21 def era_array @era_array end |
#superblock ⇒ Object
Returns the value of attribute superblock
21 22 23 |
# File 'lib/thinp_xml/era/metadata.rb', line 21 def superblock @superblock end |
#writesets ⇒ Object
Returns the value of attribute writesets
21 22 23 |
# File 'lib/thinp_xml/era/metadata.rb', line 21 def writesets @writesets end |