Class: PhysicalSegment
- Inherits:
-
Struct
- Object
- Struct
- PhysicalSegment
- Defined in:
- lib/thinp_xml/thinp/analysis.rb
Instance Attribute Summary collapse
-
#data_begin ⇒ Object
Returns the value of attribute data_begin.
-
#length ⇒ Object
Returns the value of attribute length.
-
#origin_begin ⇒ Object
Returns the value of attribute origin_begin.
Instance Attribute Details
#data_begin ⇒ Object
Returns the value of attribute data_begin
7 8 9 |
# File 'lib/thinp_xml/thinp/analysis.rb', line 7 def data_begin @data_begin end |
#length ⇒ Object
Returns the value of attribute length
7 8 9 |
# File 'lib/thinp_xml/thinp/analysis.rb', line 7 def length @length end |
#origin_begin ⇒ Object
Returns the value of attribute origin_begin
7 8 9 |
# File 'lib/thinp_xml/thinp/analysis.rb', line 7 def origin_begin @origin_begin end |