Class: LogicalConstruct::ResolutionServer::PlanRecords::Directories

Inherits:
Struct
  • Object
show all
Defined in:
lib/logical-construct/target/plan-records.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



11
12
13
# File 'lib/logical-construct/target/plan-records.rb', line 11

def current
  @current
end

#deliveredObject

Returns the value of attribute delivered

Returns:

  • (Object)

    the current value of delivered



11
12
13
# File 'lib/logical-construct/target/plan-records.rb', line 11

def delivered
  @delivered
end

#storedObject

Returns the value of attribute stored

Returns:

  • (Object)

    the current value of stored



11
12
13
# File 'lib/logical-construct/target/plan-records.rb', line 11

def stored
  @stored
end