Class: MppReader::Duration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#unitsObject

Returns the value of attribute units

Returns:

  • (Object)

    the current value of units



6
7
8
# File 'lib/mpp_reader/decode.rb', line 6

def units
  @units
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/mpp_reader/decode.rb', line 6

def value
  @value
end