Class: MppReader::Duration
- Inherits:
-
Struct
- Object
- Struct
- MppReader::Duration
- Defined in:
- lib/mpp_reader/decode.rb
Overview
A duration as MS Project models it: a magnitude in scheduling units (working time), not an absolute time span.
Instance Attribute Summary collapse
-
#units ⇒ Object
Returns the value of attribute units.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#units ⇒ Object
Returns the value of attribute units
6 7 8 |
# File 'lib/mpp_reader/decode.rb', line 6 def units @units end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/mpp_reader/decode.rb', line 6 def value @value end |