Class: LogicalSegment
- Inherits:
-
Struct
- Object
- Struct
- LogicalSegment
- Defined in:
- lib/thinp_xml/thinp/analysis.rb
Overview
In sectors, not blocks as in the mapping structs
Instance Attribute Summary collapse
-
#length ⇒ Object
Returns the value of attribute length.
-
#physical_segments ⇒ Object
Returns the value of attribute physical_segments.
Instance Attribute Details
#length ⇒ Object
Returns the value of attribute length
6 7 8 |
# File 'lib/thinp_xml/thinp/analysis.rb', line 6 def length @length end |
#physical_segments ⇒ Object
Returns the value of attribute physical_segments
6 7 8 |
# File 'lib/thinp_xml/thinp/analysis.rb', line 6 def physical_segments @physical_segments end |