module MPXJ::AssignmentMethods
Constants
- ATTRIBUTE_TYPES
Public Class Methods
# File lib/mpxj/assignment_methods.rb, line 3 def self.included(base) base.extend(AssignmentClassMethods) end
Public Instance Methods
Retrieve the Actual Cost value
@return Actual Cost value
# File lib/mpxj/assignment_methods.rb, line 10 def actual_cost get_float_value(attribute_values['actual_cost']) end
Retrieve the Actual Finish value
@return Actual Finish value
# File lib/mpxj/assignment_methods.rb, line 17 def actual_finish get_date_value(attribute_values['actual_finish']) end
Retrieve the Actual Overtime Cost value
@return Actual Overtime Cost value
# File lib/mpxj/assignment_methods.rb, line 24 def actual_overtime_cost get_float_value(attribute_values['actual_overtime_cost']) end
Retrieve the Actual Overtime Work value
@return Actual Overtime Work value
# File lib/mpxj/assignment_methods.rb, line 31 def actual_overtime_work get_duration_value(attribute_values['actual_overtime_work']) end
Retrieve the Actual Overtime Work Protected value
@return Actual Overtime Work Protected value
# File lib/mpxj/assignment_methods.rb, line 38 def actual_overtime_work_protected get_duration_value(attribute_values['actual_overtime_work_protected']) end
Retrieve the Actual Start value
@return Actual Start value
# File lib/mpxj/assignment_methods.rb, line 45 def actual_start get_date_value(attribute_values['actual_start']) end
Retrieve the Actual Work value
@return Actual Work value
# File lib/mpxj/assignment_methods.rb, line 52 def actual_work get_duration_value(attribute_values['actual_work']) end
Retrieve the Actual Work Protected value
@return Actual Work Protected value
# File lib/mpxj/assignment_methods.rb, line 59 def actual_work_protected get_duration_value(attribute_values['actual_work_protected']) end
Retrieve the ACWP value
@return ACWP value
# File lib/mpxj/assignment_methods.rb, line 66 def acwp get_float_value(attribute_values['acwp']) end
Retrieve the Assignment
Delay value
@return Assignment
Delay value
# File lib/mpxj/assignment_methods.rb, line 73 def assignment_delay get_duration_value(attribute_values['assignment_delay']) end
Retrieve the Assignment
Resource
GUID value
@return Assignment
Resource
GUID value
# File lib/mpxj/assignment_methods.rb, line 80 def assignment_resource_guid attribute_values['assignment_resource_guid'] end
Retrieve the Assignment
Task
GUID value
@return Assignment
Task
GUID value
# File lib/mpxj/assignment_methods.rb, line 87 def assignment_task_guid attribute_values['assignment_task_guid'] end
Retrieve the Assignment
Units value
@return Assignment
Units value
# File lib/mpxj/assignment_methods.rb, line 94 def assignment_units get_float_value(attribute_values['assignment_units']) end
# File lib/mpxj/assignment_methods.rb, line 4042 def attribute_types ATTRIBUTE_TYPES end
Retrieve the Baseline10 Budget Cost value
@return Baseline10 Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 101 def baseline10_budget_cost get_float_value(attribute_values['baseline10_budget_cost']) end
Retrieve the Baseline10 Budget Work value
@return Baseline10 Budget Work value
# File lib/mpxj/assignment_methods.rb, line 108 def baseline10_budget_work get_duration_value(attribute_values['baseline10_budget_work']) end
Retrieve the Baseline10 Cost value
@return Baseline10 Cost value
# File lib/mpxj/assignment_methods.rb, line 115 def baseline10_cost get_float_value(attribute_values['baseline10_cost']) end
Retrieve the Baseline10 Finish value
@return Baseline10 Finish value
# File lib/mpxj/assignment_methods.rb, line 122 def baseline10_finish get_date_value(attribute_values['baseline10_finish']) end
Retrieve the Baseline10 Start value
@return Baseline10 Start value
# File lib/mpxj/assignment_methods.rb, line 129 def baseline10_start get_date_value(attribute_values['baseline10_start']) end
Retrieve the Baseline10 Work value
@return Baseline10 Work value
# File lib/mpxj/assignment_methods.rb, line 136 def baseline10_work get_duration_value(attribute_values['baseline10_work']) end
Retrieve the Baseline1 Budget Cost value
@return Baseline1 Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 143 def baseline1_budget_cost get_float_value(attribute_values['baseline1_budget_cost']) end
Retrieve the Baseline1 Budget Work value
@return Baseline1 Budget Work value
# File lib/mpxj/assignment_methods.rb, line 150 def baseline1_budget_work get_duration_value(attribute_values['baseline1_budget_work']) end
Retrieve the Baseline1 Cost value
@return Baseline1 Cost value
# File lib/mpxj/assignment_methods.rb, line 157 def baseline1_cost get_float_value(attribute_values['baseline1_cost']) end
Retrieve the Baseline1 Finish value
@return Baseline1 Finish value
# File lib/mpxj/assignment_methods.rb, line 164 def baseline1_finish get_date_value(attribute_values['baseline1_finish']) end
Retrieve the Baseline1 Start value
@return Baseline1 Start value
# File lib/mpxj/assignment_methods.rb, line 171 def baseline1_start get_date_value(attribute_values['baseline1_start']) end
Retrieve the Baseline1 Work value
@return Baseline1 Work value
# File lib/mpxj/assignment_methods.rb, line 178 def baseline1_work get_duration_value(attribute_values['baseline1_work']) end
Retrieve the Baseline2 Budget Cost value
@return Baseline2 Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 185 def baseline2_budget_cost get_float_value(attribute_values['baseline2_budget_cost']) end
Retrieve the Baseline2 Budget Work value
@return Baseline2 Budget Work value
# File lib/mpxj/assignment_methods.rb, line 192 def baseline2_budget_work get_duration_value(attribute_values['baseline2_budget_work']) end
Retrieve the Baseline2 Cost value
@return Baseline2 Cost value
# File lib/mpxj/assignment_methods.rb, line 199 def baseline2_cost get_float_value(attribute_values['baseline2_cost']) end
Retrieve the Baseline2 Finish value
@return Baseline2 Finish value
# File lib/mpxj/assignment_methods.rb, line 206 def baseline2_finish get_date_value(attribute_values['baseline2_finish']) end
Retrieve the Baseline2 Start value
@return Baseline2 Start value
# File lib/mpxj/assignment_methods.rb, line 213 def baseline2_start get_date_value(attribute_values['baseline2_start']) end
Retrieve the Baseline2 Work value
@return Baseline2 Work value
# File lib/mpxj/assignment_methods.rb, line 220 def baseline2_work get_duration_value(attribute_values['baseline2_work']) end
Retrieve the Baseline3 Budget Cost value
@return Baseline3 Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 227 def baseline3_budget_cost get_float_value(attribute_values['baseline3_budget_cost']) end
Retrieve the Baseline3 Budget Work value
@return Baseline3 Budget Work value
# File lib/mpxj/assignment_methods.rb, line 234 def baseline3_budget_work get_duration_value(attribute_values['baseline3_budget_work']) end
Retrieve the Baseline3 Cost value
@return Baseline3 Cost value
# File lib/mpxj/assignment_methods.rb, line 241 def baseline3_cost get_float_value(attribute_values['baseline3_cost']) end
Retrieve the Baseline3 Finish value
@return Baseline3 Finish value
# File lib/mpxj/assignment_methods.rb, line 248 def baseline3_finish get_date_value(attribute_values['baseline3_finish']) end
Retrieve the Baseline3 Start value
@return Baseline3 Start value
# File lib/mpxj/assignment_methods.rb, line 255 def baseline3_start get_date_value(attribute_values['baseline3_start']) end
Retrieve the Baseline3 Work value
@return Baseline3 Work value
# File lib/mpxj/assignment_methods.rb, line 262 def baseline3_work get_duration_value(attribute_values['baseline3_work']) end
Retrieve the Baseline4 Budget Cost value
@return Baseline4 Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 269 def baseline4_budget_cost get_float_value(attribute_values['baseline4_budget_cost']) end
Retrieve the Baseline4 Budget Work value
@return Baseline4 Budget Work value
# File lib/mpxj/assignment_methods.rb, line 276 def baseline4_budget_work get_duration_value(attribute_values['baseline4_budget_work']) end
Retrieve the Baseline4 Cost value
@return Baseline4 Cost value
# File lib/mpxj/assignment_methods.rb, line 283 def baseline4_cost get_float_value(attribute_values['baseline4_cost']) end
Retrieve the Baseline4 Finish value
@return Baseline4 Finish value
# File lib/mpxj/assignment_methods.rb, line 290 def baseline4_finish get_date_value(attribute_values['baseline4_finish']) end
Retrieve the Baseline4 Start value
@return Baseline4 Start value
# File lib/mpxj/assignment_methods.rb, line 297 def baseline4_start get_date_value(attribute_values['baseline4_start']) end
Retrieve the Baseline4 Work value
@return Baseline4 Work value
# File lib/mpxj/assignment_methods.rb, line 304 def baseline4_work get_duration_value(attribute_values['baseline4_work']) end
Retrieve the Baseline5 Budget Cost value
@return Baseline5 Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 311 def baseline5_budget_cost get_float_value(attribute_values['baseline5_budget_cost']) end
Retrieve the Baseline5 Budget Work value
@return Baseline5 Budget Work value
# File lib/mpxj/assignment_methods.rb, line 318 def baseline5_budget_work get_duration_value(attribute_values['baseline5_budget_work']) end
Retrieve the Baseline5 Cost value
@return Baseline5 Cost value
# File lib/mpxj/assignment_methods.rb, line 325 def baseline5_cost get_float_value(attribute_values['baseline5_cost']) end
Retrieve the Baseline5 Finish value
@return Baseline5 Finish value
# File lib/mpxj/assignment_methods.rb, line 332 def baseline5_finish get_date_value(attribute_values['baseline5_finish']) end
Retrieve the Baseline5 Start value
@return Baseline5 Start value
# File lib/mpxj/assignment_methods.rb, line 339 def baseline5_start get_date_value(attribute_values['baseline5_start']) end
Retrieve the Baseline5 Work value
@return Baseline5 Work value
# File lib/mpxj/assignment_methods.rb, line 346 def baseline5_work get_duration_value(attribute_values['baseline5_work']) end
Retrieve the Baseline6 Budget Cost value
@return Baseline6 Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 353 def baseline6_budget_cost get_float_value(attribute_values['baseline6_budget_cost']) end
Retrieve the Baseline6 Budget Work value
@return Baseline6 Budget Work value
# File lib/mpxj/assignment_methods.rb, line 360 def baseline6_budget_work get_duration_value(attribute_values['baseline6_budget_work']) end
Retrieve the Baseline6 Cost value
@return Baseline6 Cost value
# File lib/mpxj/assignment_methods.rb, line 367 def baseline6_cost get_float_value(attribute_values['baseline6_cost']) end
Retrieve the Baseline6 Finish value
@return Baseline6 Finish value
# File lib/mpxj/assignment_methods.rb, line 374 def baseline6_finish get_date_value(attribute_values['baseline6_finish']) end
Retrieve the Baseline6 Start value
@return Baseline6 Start value
# File lib/mpxj/assignment_methods.rb, line 381 def baseline6_start get_date_value(attribute_values['baseline6_start']) end
Retrieve the Baseline6 Work value
@return Baseline6 Work value
# File lib/mpxj/assignment_methods.rb, line 388 def baseline6_work get_duration_value(attribute_values['baseline6_work']) end
Retrieve the Baseline7 Budget Cost value
@return Baseline7 Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 395 def baseline7_budget_cost get_float_value(attribute_values['baseline7_budget_cost']) end
Retrieve the Baseline7 Budget Work value
@return Baseline7 Budget Work value
# File lib/mpxj/assignment_methods.rb, line 402 def baseline7_budget_work get_duration_value(attribute_values['baseline7_budget_work']) end
Retrieve the Baseline7 Cost value
@return Baseline7 Cost value
# File lib/mpxj/assignment_methods.rb, line 409 def baseline7_cost get_float_value(attribute_values['baseline7_cost']) end
Retrieve the Baseline7 Finish value
@return Baseline7 Finish value
# File lib/mpxj/assignment_methods.rb, line 416 def baseline7_finish get_date_value(attribute_values['baseline7_finish']) end
Retrieve the Baseline7 Start value
@return Baseline7 Start value
# File lib/mpxj/assignment_methods.rb, line 423 def baseline7_start get_date_value(attribute_values['baseline7_start']) end
Retrieve the Baseline7 Work value
@return Baseline7 Work value
# File lib/mpxj/assignment_methods.rb, line 430 def baseline7_work get_duration_value(attribute_values['baseline7_work']) end
Retrieve the Baseline8 Budget Cost value
@return Baseline8 Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 437 def baseline8_budget_cost get_float_value(attribute_values['baseline8_budget_cost']) end
Retrieve the Baseline8 Budget Work value
@return Baseline8 Budget Work value
# File lib/mpxj/assignment_methods.rb, line 444 def baseline8_budget_work get_duration_value(attribute_values['baseline8_budget_work']) end
Retrieve the Baseline8 Cost value
@return Baseline8 Cost value
# File lib/mpxj/assignment_methods.rb, line 451 def baseline8_cost get_float_value(attribute_values['baseline8_cost']) end
Retrieve the Baseline8 Finish value
@return Baseline8 Finish value
# File lib/mpxj/assignment_methods.rb, line 458 def baseline8_finish get_date_value(attribute_values['baseline8_finish']) end
Retrieve the Baseline8 Start value
@return Baseline8 Start value
# File lib/mpxj/assignment_methods.rb, line 465 def baseline8_start get_date_value(attribute_values['baseline8_start']) end
Retrieve the Baseline8 Work value
@return Baseline8 Work value
# File lib/mpxj/assignment_methods.rb, line 472 def baseline8_work get_duration_value(attribute_values['baseline8_work']) end
Retrieve the Baseline9 Budget Cost value
@return Baseline9 Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 479 def baseline9_budget_cost get_float_value(attribute_values['baseline9_budget_cost']) end
Retrieve the Baseline9 Budget Work value
@return Baseline9 Budget Work value
# File lib/mpxj/assignment_methods.rb, line 486 def baseline9_budget_work get_duration_value(attribute_values['baseline9_budget_work']) end
Retrieve the Baseline9 Cost value
@return Baseline9 Cost value
# File lib/mpxj/assignment_methods.rb, line 493 def baseline9_cost get_float_value(attribute_values['baseline9_cost']) end
Retrieve the Baseline9 Finish value
@return Baseline9 Finish value
# File lib/mpxj/assignment_methods.rb, line 500 def baseline9_finish get_date_value(attribute_values['baseline9_finish']) end
Retrieve the Baseline9 Start value
@return Baseline9 Start value
# File lib/mpxj/assignment_methods.rb, line 507 def baseline9_start get_date_value(attribute_values['baseline9_start']) end
Retrieve the Baseline9 Work value
@return Baseline9 Work value
# File lib/mpxj/assignment_methods.rb, line 514 def baseline9_work get_duration_value(attribute_values['baseline9_work']) end
Retrieve the Baseline Budget Cost value
@return Baseline Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 521 def baseline_budget_cost get_float_value(attribute_values['baseline_budget_cost']) end
Retrieve the Baseline Budget Work value
@return Baseline Budget Work value
# File lib/mpxj/assignment_methods.rb, line 528 def baseline_budget_work get_duration_value(attribute_values['baseline_budget_work']) end
Retrieve the Baseline Cost value
@return Baseline Cost value
# File lib/mpxj/assignment_methods.rb, line 535 def baseline_cost get_float_value(attribute_values['baseline_cost']) end
Retrieve the Baseline Finish value
@return Baseline Finish value
# File lib/mpxj/assignment_methods.rb, line 542 def baseline_finish get_date_value(attribute_values['baseline_finish']) end
Retrieve the Baseline Start value
@return Baseline Start value
# File lib/mpxj/assignment_methods.rb, line 549 def baseline_start get_date_value(attribute_values['baseline_start']) end
Retrieve the Baseline Work value
@return Baseline Work value
# File lib/mpxj/assignment_methods.rb, line 556 def baseline_work get_duration_value(attribute_values['baseline_work']) end
Retrieve the BCWP value
@return BCWP value
# File lib/mpxj/assignment_methods.rb, line 563 def bcwp get_float_value(attribute_values['bcwp']) end
Retrieve the BCWS value
@return BCWS value
# File lib/mpxj/assignment_methods.rb, line 570 def bcws get_float_value(attribute_values['bcws']) end
Retrieve the Budget Cost value
@return Budget Cost value
# File lib/mpxj/assignment_methods.rb, line 577 def budget_cost get_float_value(attribute_values['budget_cost']) end
Retrieve the Budget Work value
@return Budget Work value
# File lib/mpxj/assignment_methods.rb, line 584 def budget_work get_duration_value(attribute_values['budget_work']) end
Retrieve the Calculate Costs From Units value
@return Calculate Costs From Units value
# File lib/mpxj/assignment_methods.rb, line 591 def calculate_costs_from_units get_boolean_value(attribute_values['calculate_costs_from_units']) end
Retrieve the Confirmed value
@return Confirmed value
# File lib/mpxj/assignment_methods.rb, line 598 def confirmed get_boolean_value(attribute_values['confirmed']) end
Retrieve the Cost value
@return Cost value
# File lib/mpxj/assignment_methods.rb, line 605 def cost get_float_value(attribute_values['cost']) end
Retrieve the Cost1 value
@return Cost1 value
# File lib/mpxj/assignment_methods.rb, line 612 def cost1 get_float_value(attribute_values['cost1']) end
Retrieve the Cost10 value
@return Cost10 value
# File lib/mpxj/assignment_methods.rb, line 619 def cost10 get_float_value(attribute_values['cost10']) end
Retrieve the Cost2 value
@return Cost2 value
# File lib/mpxj/assignment_methods.rb, line 626 def cost2 get_float_value(attribute_values['cost2']) end
Retrieve the Cost3 value
@return Cost3 value
# File lib/mpxj/assignment_methods.rb, line 633 def cost3 get_float_value(attribute_values['cost3']) end
Retrieve the Cost4 value
@return Cost4 value
# File lib/mpxj/assignment_methods.rb, line 640 def cost4 get_float_value(attribute_values['cost4']) end
Retrieve the Cost5 value
@return Cost5 value
# File lib/mpxj/assignment_methods.rb, line 647 def cost5 get_float_value(attribute_values['cost5']) end
Retrieve the Cost6 value
@return Cost6 value
# File lib/mpxj/assignment_methods.rb, line 654 def cost6 get_float_value(attribute_values['cost6']) end
Retrieve the Cost7 value
@return Cost7 value
# File lib/mpxj/assignment_methods.rb, line 661 def cost7 get_float_value(attribute_values['cost7']) end
Retrieve the Cost8 value
@return Cost8 value
# File lib/mpxj/assignment_methods.rb, line 668 def cost8 get_float_value(attribute_values['cost8']) end
Retrieve the Cost9 value
@return Cost9 value
# File lib/mpxj/assignment_methods.rb, line 675 def cost9 get_float_value(attribute_values['cost9']) end
Retrieve the Cost Account ID value
@return Cost Account ID value
# File lib/mpxj/assignment_methods.rb, line 682 def cost_account_unique_id get_integer_value(attribute_values['cost_account_unique_id']) end
Retrieve the Cost Rate Table value
@return Cost Rate Table value
# File lib/mpxj/assignment_methods.rb, line 689 def cost_rate_table get_integer_value(attribute_values['cost_rate_table']) end
Retrieve the Cost Variance value
@return Cost Variance value
# File lib/mpxj/assignment_methods.rb, line 696 def cost_variance get_float_value(attribute_values['cost_variance']) end
Retrieve the Created value
@return Created value
# File lib/mpxj/assignment_methods.rb, line 703 def created get_date_value(attribute_values['created']) end
Retrieve the CV value
@return CV value
# File lib/mpxj/assignment_methods.rb, line 710 def cv get_float_value(attribute_values['cv']) end
Retrieve the Date1 value
@return Date1 value
# File lib/mpxj/assignment_methods.rb, line 717 def date1 get_date_value(attribute_values['date1']) end
Retrieve the Date10 value
@return Date10 value
# File lib/mpxj/assignment_methods.rb, line 724 def date10 get_date_value(attribute_values['date10']) end
Retrieve the Date2 value
@return Date2 value
# File lib/mpxj/assignment_methods.rb, line 731 def date2 get_date_value(attribute_values['date2']) end
Retrieve the Date3 value
@return Date3 value
# File lib/mpxj/assignment_methods.rb, line 738 def date3 get_date_value(attribute_values['date3']) end
Retrieve the Date4 value
@return Date4 value
# File lib/mpxj/assignment_methods.rb, line 745 def date4 get_date_value(attribute_values['date4']) end
Retrieve the Date5 value
@return Date5 value
# File lib/mpxj/assignment_methods.rb, line 752 def date5 get_date_value(attribute_values['date5']) end
Retrieve the Date6 value
@return Date6 value
# File lib/mpxj/assignment_methods.rb, line 759 def date6 get_date_value(attribute_values['date6']) end
Retrieve the Date7 value
@return Date7 value
# File lib/mpxj/assignment_methods.rb, line 766 def date7 get_date_value(attribute_values['date7']) end
Retrieve the Date8 value
@return Date8 value
# File lib/mpxj/assignment_methods.rb, line 773 def date8 get_date_value(attribute_values['date8']) end
Retrieve the Date9 value
@return Date9 value
# File lib/mpxj/assignment_methods.rb, line 780 def date9 get_date_value(attribute_values['date9']) end
Retrieve the Duration1 value
@return Duration1 value
# File lib/mpxj/assignment_methods.rb, line 787 def duration1 get_duration_value(attribute_values['duration1']) end
Retrieve the Duration10 value
@return Duration10 value
# File lib/mpxj/assignment_methods.rb, line 794 def duration10 get_duration_value(attribute_values['duration10']) end
Retrieve the Duration10 Units value
@return Duration10 Units value
# File lib/mpxj/assignment_methods.rb, line 801 def duration10_units attribute_values['duration10_units'] end
Retrieve the Duration1 Units value
@return Duration1 Units value
# File lib/mpxj/assignment_methods.rb, line 808 def duration1_units attribute_values['duration1_units'] end
Retrieve the Duration2 value
@return Duration2 value
# File lib/mpxj/assignment_methods.rb, line 815 def duration2 get_duration_value(attribute_values['duration2']) end
Retrieve the Duration2 Units value
@return Duration2 Units value
# File lib/mpxj/assignment_methods.rb, line 822 def duration2_units attribute_values['duration2_units'] end
Retrieve the Duration3 value
@return Duration3 value
# File lib/mpxj/assignment_methods.rb, line 829 def duration3 get_duration_value(attribute_values['duration3']) end
Retrieve the Duration3 Units value
@return Duration3 Units value
# File lib/mpxj/assignment_methods.rb, line 836 def duration3_units attribute_values['duration3_units'] end
Retrieve the Duration4 value
@return Duration4 value
# File lib/mpxj/assignment_methods.rb, line 843 def duration4 get_duration_value(attribute_values['duration4']) end
Retrieve the Duration4 Units value
@return Duration4 Units value
# File lib/mpxj/assignment_methods.rb, line 850 def duration4_units attribute_values['duration4_units'] end
Retrieve the Duration5 value
@return Duration5 value
# File lib/mpxj/assignment_methods.rb, line 857 def duration5 get_duration_value(attribute_values['duration5']) end
Retrieve the Duration5 Units value
@return Duration5 Units value
# File lib/mpxj/assignment_methods.rb, line 864 def duration5_units attribute_values['duration5_units'] end
Retrieve the Duration6 value
@return Duration6 value
# File lib/mpxj/assignment_methods.rb, line 871 def duration6 get_duration_value(attribute_values['duration6']) end
Retrieve the Duration6 Units value
@return Duration6 Units value
# File lib/mpxj/assignment_methods.rb, line 878 def duration6_units attribute_values['duration6_units'] end
Retrieve the Duration7 value
@return Duration7 value
# File lib/mpxj/assignment_methods.rb, line 885 def duration7 get_duration_value(attribute_values['duration7']) end
Retrieve the Duration7 Units value
@return Duration7 Units value
# File lib/mpxj/assignment_methods.rb, line 892 def duration7_units attribute_values['duration7_units'] end
Retrieve the Duration8 value
@return Duration8 value
# File lib/mpxj/assignment_methods.rb, line 899 def duration8 get_duration_value(attribute_values['duration8']) end
Retrieve the Duration8 Units value
@return Duration8 Units value
# File lib/mpxj/assignment_methods.rb, line 906 def duration8_units attribute_values['duration8_units'] end
Retrieve the Duration9 value
@return Duration9 value
# File lib/mpxj/assignment_methods.rb, line 913 def duration9 get_duration_value(attribute_values['duration9']) end
Retrieve the Duration9 Units value
@return Duration9 Units value
# File lib/mpxj/assignment_methods.rb, line 920 def duration9_units attribute_values['duration9_units'] end
Retrieve the Enterprise Cost1 value
@return Enterprise Cost1 value
# File lib/mpxj/assignment_methods.rb, line 927 def enterprise_cost1 get_float_value(attribute_values['enterprise_cost1']) end
Retrieve the Enterprise Cost10 value
@return Enterprise Cost10 value
# File lib/mpxj/assignment_methods.rb, line 934 def enterprise_cost10 get_float_value(attribute_values['enterprise_cost10']) end
Retrieve the Enterprise Cost2 value
@return Enterprise Cost2 value
# File lib/mpxj/assignment_methods.rb, line 941 def enterprise_cost2 get_float_value(attribute_values['enterprise_cost2']) end
Retrieve the Enterprise Cost3 value
@return Enterprise Cost3 value
# File lib/mpxj/assignment_methods.rb, line 948 def enterprise_cost3 get_float_value(attribute_values['enterprise_cost3']) end
Retrieve the Enterprise Cost4 value
@return Enterprise Cost4 value
# File lib/mpxj/assignment_methods.rb, line 955 def enterprise_cost4 get_float_value(attribute_values['enterprise_cost4']) end
Retrieve the Enterprise Cost5 value
@return Enterprise Cost5 value
# File lib/mpxj/assignment_methods.rb, line 962 def enterprise_cost5 get_float_value(attribute_values['enterprise_cost5']) end
Retrieve the Enterprise Cost6 value
@return Enterprise Cost6 value
# File lib/mpxj/assignment_methods.rb, line 969 def enterprise_cost6 get_float_value(attribute_values['enterprise_cost6']) end
Retrieve the Enterprise Cost7 value
@return Enterprise Cost7 value
# File lib/mpxj/assignment_methods.rb, line 976 def enterprise_cost7 get_float_value(attribute_values['enterprise_cost7']) end
Retrieve the Enterprise Cost8 value
@return Enterprise Cost8 value
# File lib/mpxj/assignment_methods.rb, line 983 def enterprise_cost8 get_float_value(attribute_values['enterprise_cost8']) end
Retrieve the Enterprise Cost9 value
@return Enterprise Cost9 value
# File lib/mpxj/assignment_methods.rb, line 990 def enterprise_cost9 get_float_value(attribute_values['enterprise_cost9']) end
Retrieve the Enterprise Date1 value
@return Enterprise Date1 value
# File lib/mpxj/assignment_methods.rb, line 997 def enterprise_date1 get_date_value(attribute_values['enterprise_date1']) end
Retrieve the Enterprise Date10 value
@return Enterprise Date10 value
# File lib/mpxj/assignment_methods.rb, line 1004 def enterprise_date10 get_date_value(attribute_values['enterprise_date10']) end
Retrieve the Enterprise Date11 value
@return Enterprise Date11 value
# File lib/mpxj/assignment_methods.rb, line 1011 def enterprise_date11 get_date_value(attribute_values['enterprise_date11']) end
Retrieve the Enterprise Date12 value
@return Enterprise Date12 value
# File lib/mpxj/assignment_methods.rb, line 1018 def enterprise_date12 get_date_value(attribute_values['enterprise_date12']) end
Retrieve the Enterprise Date13 value
@return Enterprise Date13 value
# File lib/mpxj/assignment_methods.rb, line 1025 def enterprise_date13 get_date_value(attribute_values['enterprise_date13']) end
Retrieve the Enterprise Date14 value
@return Enterprise Date14 value
# File lib/mpxj/assignment_methods.rb, line 1032 def enterprise_date14 get_date_value(attribute_values['enterprise_date14']) end
Retrieve the Enterprise Date15 value
@return Enterprise Date15 value
# File lib/mpxj/assignment_methods.rb, line 1039 def enterprise_date15 get_date_value(attribute_values['enterprise_date15']) end
Retrieve the Enterprise Date16 value
@return Enterprise Date16 value
# File lib/mpxj/assignment_methods.rb, line 1046 def enterprise_date16 get_date_value(attribute_values['enterprise_date16']) end
Retrieve the Enterprise Date17 value
@return Enterprise Date17 value
# File lib/mpxj/assignment_methods.rb, line 1053 def enterprise_date17 get_date_value(attribute_values['enterprise_date17']) end
Retrieve the Enterprise Date18 value
@return Enterprise Date18 value
# File lib/mpxj/assignment_methods.rb, line 1060 def enterprise_date18 get_date_value(attribute_values['enterprise_date18']) end
Retrieve the Enterprise Date19 value
@return Enterprise Date19 value
# File lib/mpxj/assignment_methods.rb, line 1067 def enterprise_date19 get_date_value(attribute_values['enterprise_date19']) end
Retrieve the Enterprise Date2 value
@return Enterprise Date2 value
# File lib/mpxj/assignment_methods.rb, line 1074 def enterprise_date2 get_date_value(attribute_values['enterprise_date2']) end
Retrieve the Enterprise Date20 value
@return Enterprise Date20 value
# File lib/mpxj/assignment_methods.rb, line 1081 def enterprise_date20 get_date_value(attribute_values['enterprise_date20']) end
Retrieve the Enterprise Date21 value
@return Enterprise Date21 value
# File lib/mpxj/assignment_methods.rb, line 1088 def enterprise_date21 get_date_value(attribute_values['enterprise_date21']) end
Retrieve the Enterprise Date22 value
@return Enterprise Date22 value
# File lib/mpxj/assignment_methods.rb, line 1095 def enterprise_date22 get_date_value(attribute_values['enterprise_date22']) end
Retrieve the Enterprise Date23 value
@return Enterprise Date23 value
# File lib/mpxj/assignment_methods.rb, line 1102 def enterprise_date23 get_date_value(attribute_values['enterprise_date23']) end
Retrieve the Enterprise Date24 value
@return Enterprise Date24 value
# File lib/mpxj/assignment_methods.rb, line 1109 def enterprise_date24 get_date_value(attribute_values['enterprise_date24']) end
Retrieve the Enterprise Date25 value
@return Enterprise Date25 value
# File lib/mpxj/assignment_methods.rb, line 1116 def enterprise_date25 get_date_value(attribute_values['enterprise_date25']) end
Retrieve the Enterprise Date26 value
@return Enterprise Date26 value
# File lib/mpxj/assignment_methods.rb, line 1123 def enterprise_date26 get_date_value(attribute_values['enterprise_date26']) end
Retrieve the Enterprise Date27 value
@return Enterprise Date27 value
# File lib/mpxj/assignment_methods.rb, line 1130 def enterprise_date27 get_date_value(attribute_values['enterprise_date27']) end
Retrieve the Enterprise Date28 value
@return Enterprise Date28 value
# File lib/mpxj/assignment_methods.rb, line 1137 def enterprise_date28 get_date_value(attribute_values['enterprise_date28']) end
Retrieve the Enterprise Date29 value
@return Enterprise Date29 value
# File lib/mpxj/assignment_methods.rb, line 1144 def enterprise_date29 get_date_value(attribute_values['enterprise_date29']) end
Retrieve the Enterprise Date3 value
@return Enterprise Date3 value
# File lib/mpxj/assignment_methods.rb, line 1151 def enterprise_date3 get_date_value(attribute_values['enterprise_date3']) end
Retrieve the Enterprise Date30 value
@return Enterprise Date30 value
# File lib/mpxj/assignment_methods.rb, line 1158 def enterprise_date30 get_date_value(attribute_values['enterprise_date30']) end
Retrieve the Enterprise Date4 value
@return Enterprise Date4 value
# File lib/mpxj/assignment_methods.rb, line 1165 def enterprise_date4 get_date_value(attribute_values['enterprise_date4']) end
Retrieve the Enterprise Date5 value
@return Enterprise Date5 value
# File lib/mpxj/assignment_methods.rb, line 1172 def enterprise_date5 get_date_value(attribute_values['enterprise_date5']) end
Retrieve the Enterprise Date6 value
@return Enterprise Date6 value
# File lib/mpxj/assignment_methods.rb, line 1179 def enterprise_date6 get_date_value(attribute_values['enterprise_date6']) end
Retrieve the Enterprise Date7 value
@return Enterprise Date7 value
# File lib/mpxj/assignment_methods.rb, line 1186 def enterprise_date7 get_date_value(attribute_values['enterprise_date7']) end
Retrieve the Enterprise Date8 value
@return Enterprise Date8 value
# File lib/mpxj/assignment_methods.rb, line 1193 def enterprise_date8 get_date_value(attribute_values['enterprise_date8']) end
Retrieve the Enterprise Date9 value
@return Enterprise Date9 value
# File lib/mpxj/assignment_methods.rb, line 1200 def enterprise_date9 get_date_value(attribute_values['enterprise_date9']) end
Retrieve the Enterprise Duration1 value
@return Enterprise Duration1 value
# File lib/mpxj/assignment_methods.rb, line 1207 def enterprise_duration1 get_duration_value(attribute_values['enterprise_duration1']) end
Retrieve the Enterprise Duration10 value
@return Enterprise Duration10 value
# File lib/mpxj/assignment_methods.rb, line 1214 def enterprise_duration10 get_duration_value(attribute_values['enterprise_duration10']) end
Retrieve the Enterprise Duration2 value
@return Enterprise Duration2 value
# File lib/mpxj/assignment_methods.rb, line 1221 def enterprise_duration2 get_duration_value(attribute_values['enterprise_duration2']) end
Retrieve the Enterprise Duration3 value
@return Enterprise Duration3 value
# File lib/mpxj/assignment_methods.rb, line 1228 def enterprise_duration3 get_duration_value(attribute_values['enterprise_duration3']) end
Retrieve the Enterprise Duration4 value
@return Enterprise Duration4 value
# File lib/mpxj/assignment_methods.rb, line 1235 def enterprise_duration4 get_duration_value(attribute_values['enterprise_duration4']) end
Retrieve the Enterprise Duration5 value
@return Enterprise Duration5 value
# File lib/mpxj/assignment_methods.rb, line 1242 def enterprise_duration5 get_duration_value(attribute_values['enterprise_duration5']) end
Retrieve the Enterprise Duration6 value
@return Enterprise Duration6 value
# File lib/mpxj/assignment_methods.rb, line 1249 def enterprise_duration6 get_duration_value(attribute_values['enterprise_duration6']) end
Retrieve the Enterprise Duration7 value
@return Enterprise Duration7 value
# File lib/mpxj/assignment_methods.rb, line 1256 def enterprise_duration7 get_duration_value(attribute_values['enterprise_duration7']) end
Retrieve the Enterprise Duration8 value
@return Enterprise Duration8 value
# File lib/mpxj/assignment_methods.rb, line 1263 def enterprise_duration8 get_duration_value(attribute_values['enterprise_duration8']) end
Retrieve the Enterprise Duration9 value
@return Enterprise Duration9 value
# File lib/mpxj/assignment_methods.rb, line 1270 def enterprise_duration9 get_duration_value(attribute_values['enterprise_duration9']) end
Retrieve the Enterprise Flag1 value
@return Enterprise Flag1 value
# File lib/mpxj/assignment_methods.rb, line 1277 def enterprise_flag1 get_boolean_value(attribute_values['enterprise_flag1']) end
Retrieve the Enterprise Flag10 value
@return Enterprise Flag10 value
# File lib/mpxj/assignment_methods.rb, line 1284 def enterprise_flag10 get_boolean_value(attribute_values['enterprise_flag10']) end
Retrieve the Enterprise Flag11 value
@return Enterprise Flag11 value
# File lib/mpxj/assignment_methods.rb, line 1291 def enterprise_flag11 get_boolean_value(attribute_values['enterprise_flag11']) end
Retrieve the Enterprise Flag12 value
@return Enterprise Flag12 value
# File lib/mpxj/assignment_methods.rb, line 1298 def enterprise_flag12 get_boolean_value(attribute_values['enterprise_flag12']) end
Retrieve the Enterprise Flag13 value
@return Enterprise Flag13 value
# File lib/mpxj/assignment_methods.rb, line 1305 def enterprise_flag13 get_boolean_value(attribute_values['enterprise_flag13']) end
Retrieve the Enterprise Flag14 value
@return Enterprise Flag14 value
# File lib/mpxj/assignment_methods.rb, line 1312 def enterprise_flag14 get_boolean_value(attribute_values['enterprise_flag14']) end
Retrieve the Enterprise Flag15 value
@return Enterprise Flag15 value
# File lib/mpxj/assignment_methods.rb, line 1319 def enterprise_flag15 get_boolean_value(attribute_values['enterprise_flag15']) end
Retrieve the Enterprise Flag16 value
@return Enterprise Flag16 value
# File lib/mpxj/assignment_methods.rb, line 1326 def enterprise_flag16 get_boolean_value(attribute_values['enterprise_flag16']) end
Retrieve the Enterprise Flag17 value
@return Enterprise Flag17 value
# File lib/mpxj/assignment_methods.rb, line 1333 def enterprise_flag17 get_boolean_value(attribute_values['enterprise_flag17']) end
Retrieve the Enterprise Flag18 value
@return Enterprise Flag18 value
# File lib/mpxj/assignment_methods.rb, line 1340 def enterprise_flag18 get_boolean_value(attribute_values['enterprise_flag18']) end
Retrieve the Enterprise Flag19 value
@return Enterprise Flag19 value
# File lib/mpxj/assignment_methods.rb, line 1347 def enterprise_flag19 get_boolean_value(attribute_values['enterprise_flag19']) end
Retrieve the Enterprise Flag2 value
@return Enterprise Flag2 value
# File lib/mpxj/assignment_methods.rb, line 1354 def enterprise_flag2 get_boolean_value(attribute_values['enterprise_flag2']) end
Retrieve the Enterprise Flag20 value
@return Enterprise Flag20 value
# File lib/mpxj/assignment_methods.rb, line 1361 def enterprise_flag20 get_boolean_value(attribute_values['enterprise_flag20']) end
Retrieve the Enterprise Flag3 value
@return Enterprise Flag3 value
# File lib/mpxj/assignment_methods.rb, line 1368 def enterprise_flag3 get_boolean_value(attribute_values['enterprise_flag3']) end
Retrieve the Enterprise Flag4 value
@return Enterprise Flag4 value
# File lib/mpxj/assignment_methods.rb, line 1375 def enterprise_flag4 get_boolean_value(attribute_values['enterprise_flag4']) end
Retrieve the Enterprise Flag5 value
@return Enterprise Flag5 value
# File lib/mpxj/assignment_methods.rb, line 1382 def enterprise_flag5 get_boolean_value(attribute_values['enterprise_flag5']) end
Retrieve the Enterprise Flag6 value
@return Enterprise Flag6 value
# File lib/mpxj/assignment_methods.rb, line 1389 def enterprise_flag6 get_boolean_value(attribute_values['enterprise_flag6']) end
Retrieve the Enterprise Flag7 value
@return Enterprise Flag7 value
# File lib/mpxj/assignment_methods.rb, line 1396 def enterprise_flag7 get_boolean_value(attribute_values['enterprise_flag7']) end
Retrieve the Enterprise Flag8 value
@return Enterprise Flag8 value
# File lib/mpxj/assignment_methods.rb, line 1403 def enterprise_flag8 get_boolean_value(attribute_values['enterprise_flag8']) end
Retrieve the Enterprise Flag9 value
@return Enterprise Flag9 value
# File lib/mpxj/assignment_methods.rb, line 1410 def enterprise_flag9 get_boolean_value(attribute_values['enterprise_flag9']) end
Retrieve the Enterprise Number1 value
@return Enterprise Number1 value
# File lib/mpxj/assignment_methods.rb, line 1417 def enterprise_number1 get_float_value(attribute_values['enterprise_number1']) end
Retrieve the Enterprise Number10 value
@return Enterprise Number10 value
# File lib/mpxj/assignment_methods.rb, line 1424 def enterprise_number10 get_float_value(attribute_values['enterprise_number10']) end
Retrieve the Enterprise Number11 value
@return Enterprise Number11 value
# File lib/mpxj/assignment_methods.rb, line 1431 def enterprise_number11 get_float_value(attribute_values['enterprise_number11']) end
Retrieve the Enterprise Number12 value
@return Enterprise Number12 value
# File lib/mpxj/assignment_methods.rb, line 1438 def enterprise_number12 get_float_value(attribute_values['enterprise_number12']) end
Retrieve the Enterprise Number13 value
@return Enterprise Number13 value
# File lib/mpxj/assignment_methods.rb, line 1445 def enterprise_number13 get_float_value(attribute_values['enterprise_number13']) end
Retrieve the Enterprise Number14 value
@return Enterprise Number14 value
# File lib/mpxj/assignment_methods.rb, line 1452 def enterprise_number14 get_float_value(attribute_values['enterprise_number14']) end
Retrieve the Enterprise Number15 value
@return Enterprise Number15 value
# File lib/mpxj/assignment_methods.rb, line 1459 def enterprise_number15 get_float_value(attribute_values['enterprise_number15']) end
Retrieve the Enterprise Number16 value
@return Enterprise Number16 value
# File lib/mpxj/assignment_methods.rb, line 1466 def enterprise_number16 get_float_value(attribute_values['enterprise_number16']) end
Retrieve the Enterprise Number17 value
@return Enterprise Number17 value
# File lib/mpxj/assignment_methods.rb, line 1473 def enterprise_number17 get_float_value(attribute_values['enterprise_number17']) end
Retrieve the Enterprise Number18 value
@return Enterprise Number18 value
# File lib/mpxj/assignment_methods.rb, line 1480 def enterprise_number18 get_float_value(attribute_values['enterprise_number18']) end
Retrieve the Enterprise Number19 value
@return Enterprise Number19 value
# File lib/mpxj/assignment_methods.rb, line 1487 def enterprise_number19 get_float_value(attribute_values['enterprise_number19']) end
Retrieve the Enterprise Number2 value
@return Enterprise Number2 value
# File lib/mpxj/assignment_methods.rb, line 1494 def enterprise_number2 get_float_value(attribute_values['enterprise_number2']) end
Retrieve the Enterprise Number20 value
@return Enterprise Number20 value
# File lib/mpxj/assignment_methods.rb, line 1501 def enterprise_number20 get_float_value(attribute_values['enterprise_number20']) end
Retrieve the Enterprise Number21 value
@return Enterprise Number21 value
# File lib/mpxj/assignment_methods.rb, line 1508 def enterprise_number21 get_float_value(attribute_values['enterprise_number21']) end
Retrieve the Enterprise Number22 value
@return Enterprise Number22 value
# File lib/mpxj/assignment_methods.rb, line 1515 def enterprise_number22 get_float_value(attribute_values['enterprise_number22']) end
Retrieve the Enterprise Number23 value
@return Enterprise Number23 value
# File lib/mpxj/assignment_methods.rb, line 1522 def enterprise_number23 get_float_value(attribute_values['enterprise_number23']) end
Retrieve the Enterprise Number24 value
@return Enterprise Number24 value
# File lib/mpxj/assignment_methods.rb, line 1529 def enterprise_number24 get_float_value(attribute_values['enterprise_number24']) end
Retrieve the Enterprise Number25 value
@return Enterprise Number25 value
# File lib/mpxj/assignment_methods.rb, line 1536 def enterprise_number25 get_float_value(attribute_values['enterprise_number25']) end
Retrieve the Enterprise Number26 value
@return Enterprise Number26 value
# File lib/mpxj/assignment_methods.rb, line 1543 def enterprise_number26 get_float_value(attribute_values['enterprise_number26']) end
Retrieve the Enterprise Number27 value
@return Enterprise Number27 value
# File lib/mpxj/assignment_methods.rb, line 1550 def enterprise_number27 get_float_value(attribute_values['enterprise_number27']) end
Retrieve the Enterprise Number28 value
@return Enterprise Number28 value
# File lib/mpxj/assignment_methods.rb, line 1557 def enterprise_number28 get_float_value(attribute_values['enterprise_number28']) end
Retrieve the Enterprise Number29 value
@return Enterprise Number29 value
# File lib/mpxj/assignment_methods.rb, line 1564 def enterprise_number29 get_float_value(attribute_values['enterprise_number29']) end
Retrieve the Enterprise Number3 value
@return Enterprise Number3 value
# File lib/mpxj/assignment_methods.rb, line 1571 def enterprise_number3 get_float_value(attribute_values['enterprise_number3']) end
Retrieve the Enterprise Number30 value
@return Enterprise Number30 value
# File lib/mpxj/assignment_methods.rb, line 1578 def enterprise_number30 get_float_value(attribute_values['enterprise_number30']) end
Retrieve the Enterprise Number31 value
@return Enterprise Number31 value
# File lib/mpxj/assignment_methods.rb, line 1585 def enterprise_number31 get_float_value(attribute_values['enterprise_number31']) end
Retrieve the Enterprise Number32 value
@return Enterprise Number32 value
# File lib/mpxj/assignment_methods.rb, line 1592 def enterprise_number32 get_float_value(attribute_values['enterprise_number32']) end
Retrieve the Enterprise Number33 value
@return Enterprise Number33 value
# File lib/mpxj/assignment_methods.rb, line 1599 def enterprise_number33 get_float_value(attribute_values['enterprise_number33']) end
Retrieve the Enterprise Number34 value
@return Enterprise Number34 value
# File lib/mpxj/assignment_methods.rb, line 1606 def enterprise_number34 get_float_value(attribute_values['enterprise_number34']) end
Retrieve the Enterprise Number35 value
@return Enterprise Number35 value
# File lib/mpxj/assignment_methods.rb, line 1613 def enterprise_number35 get_float_value(attribute_values['enterprise_number35']) end
Retrieve the Enterprise Number36 value
@return Enterprise Number36 value
# File lib/mpxj/assignment_methods.rb, line 1620 def enterprise_number36 get_float_value(attribute_values['enterprise_number36']) end
Retrieve the Enterprise Number37 value
@return Enterprise Number37 value
# File lib/mpxj/assignment_methods.rb, line 1627 def enterprise_number37 get_float_value(attribute_values['enterprise_number37']) end
Retrieve the Enterprise Number38 value
@return Enterprise Number38 value
# File lib/mpxj/assignment_methods.rb, line 1634 def enterprise_number38 get_float_value(attribute_values['enterprise_number38']) end
Retrieve the Enterprise Number39 value
@return Enterprise Number39 value
# File lib/mpxj/assignment_methods.rb, line 1641 def enterprise_number39 get_float_value(attribute_values['enterprise_number39']) end
Retrieve the Enterprise Number4 value
@return Enterprise Number4 value
# File lib/mpxj/assignment_methods.rb, line 1648 def enterprise_number4 get_float_value(attribute_values['enterprise_number4']) end
Retrieve the Enterprise Number40 value
@return Enterprise Number40 value
# File lib/mpxj/assignment_methods.rb, line 1655 def enterprise_number40 get_float_value(attribute_values['enterprise_number40']) end
Retrieve the Enterprise Number5 value
@return Enterprise Number5 value
# File lib/mpxj/assignment_methods.rb, line 1662 def enterprise_number5 get_float_value(attribute_values['enterprise_number5']) end
Retrieve the Enterprise Number6 value
@return Enterprise Number6 value
# File lib/mpxj/assignment_methods.rb, line 1669 def enterprise_number6 get_float_value(attribute_values['enterprise_number6']) end
Retrieve the Enterprise Number7 value
@return Enterprise Number7 value
# File lib/mpxj/assignment_methods.rb, line 1676 def enterprise_number7 get_float_value(attribute_values['enterprise_number7']) end
Retrieve the Enterprise Number8 value
@return Enterprise Number8 value
# File lib/mpxj/assignment_methods.rb, line 1683 def enterprise_number8 get_float_value(attribute_values['enterprise_number8']) end
Retrieve the Enterprise Number9 value
@return Enterprise Number9 value
# File lib/mpxj/assignment_methods.rb, line 1690 def enterprise_number9 get_float_value(attribute_values['enterprise_number9']) end
Retrieve the Enterprise Team Member value
@return Enterprise Team Member value
# File lib/mpxj/assignment_methods.rb, line 1977 def enterprise_team_member attribute_values['enterprise_team_member'] end
Retrieve the Enterprise Text1 value
@return Enterprise Text1 value
# File lib/mpxj/assignment_methods.rb, line 1984 def enterprise_text1 attribute_values['enterprise_text1'] end
Retrieve the Enterprise Text10 value
@return Enterprise Text10 value
# File lib/mpxj/assignment_methods.rb, line 1991 def enterprise_text10 attribute_values['enterprise_text10'] end
Retrieve the Enterprise Text11 value
@return Enterprise Text11 value
# File lib/mpxj/assignment_methods.rb, line 1998 def enterprise_text11 attribute_values['enterprise_text11'] end
Retrieve the Enterprise Text12 value
@return Enterprise Text12 value
# File lib/mpxj/assignment_methods.rb, line 2005 def enterprise_text12 attribute_values['enterprise_text12'] end
Retrieve the Enterprise Text13 value
@return Enterprise Text13 value
# File lib/mpxj/assignment_methods.rb, line 2012 def enterprise_text13 attribute_values['enterprise_text13'] end
Retrieve the Enterprise Text14 value
@return Enterprise Text14 value
# File lib/mpxj/assignment_methods.rb, line 2019 def enterprise_text14 attribute_values['enterprise_text14'] end
Retrieve the Enterprise Text15 value
@return Enterprise Text15 value
# File lib/mpxj/assignment_methods.rb, line 2026 def enterprise_text15 attribute_values['enterprise_text15'] end
Retrieve the Enterprise Text16 value
@return Enterprise Text16 value
# File lib/mpxj/assignment_methods.rb, line 2033 def enterprise_text16 attribute_values['enterprise_text16'] end
Retrieve the Enterprise Text17 value
@return Enterprise Text17 value
# File lib/mpxj/assignment_methods.rb, line 2040 def enterprise_text17 attribute_values['enterprise_text17'] end
Retrieve the Enterprise Text18 value
@return Enterprise Text18 value
# File lib/mpxj/assignment_methods.rb, line 2047 def enterprise_text18 attribute_values['enterprise_text18'] end
Retrieve the Enterprise Text19 value
@return Enterprise Text19 value
# File lib/mpxj/assignment_methods.rb, line 2054 def enterprise_text19 attribute_values['enterprise_text19'] end
Retrieve the Enterprise Text2 value
@return Enterprise Text2 value
# File lib/mpxj/assignment_methods.rb, line 2061 def enterprise_text2 attribute_values['enterprise_text2'] end
Retrieve the Enterprise Text20 value
@return Enterprise Text20 value
# File lib/mpxj/assignment_methods.rb, line 2068 def enterprise_text20 attribute_values['enterprise_text20'] end
Retrieve the Enterprise Text21 value
@return Enterprise Text21 value
# File lib/mpxj/assignment_methods.rb, line 2075 def enterprise_text21 attribute_values['enterprise_text21'] end
Retrieve the Enterprise Text22 value
@return Enterprise Text22 value
# File lib/mpxj/assignment_methods.rb, line 2082 def enterprise_text22 attribute_values['enterprise_text22'] end
Retrieve the Enterprise Text23 value
@return Enterprise Text23 value
# File lib/mpxj/assignment_methods.rb, line 2089 def enterprise_text23 attribute_values['enterprise_text23'] end
Retrieve the Enterprise Text24 value
@return Enterprise Text24 value
# File lib/mpxj/assignment_methods.rb, line 2096 def enterprise_text24 attribute_values['enterprise_text24'] end
Retrieve the Enterprise Text25 value
@return Enterprise Text25 value
# File lib/mpxj/assignment_methods.rb, line 2103 def enterprise_text25 attribute_values['enterprise_text25'] end
Retrieve the Enterprise Text26 value
@return Enterprise Text26 value
# File lib/mpxj/assignment_methods.rb, line 2110 def enterprise_text26 attribute_values['enterprise_text26'] end
Retrieve the Enterprise Text27 value
@return Enterprise Text27 value
# File lib/mpxj/assignment_methods.rb, line 2117 def enterprise_text27 attribute_values['enterprise_text27'] end
Retrieve the Enterprise Text28 value
@return Enterprise Text28 value
# File lib/mpxj/assignment_methods.rb, line 2124 def enterprise_text28 attribute_values['enterprise_text28'] end
Retrieve the Enterprise Text29 value
@return Enterprise Text29 value
# File lib/mpxj/assignment_methods.rb, line 2131 def enterprise_text29 attribute_values['enterprise_text29'] end
Retrieve the Enterprise Text3 value
@return Enterprise Text3 value
# File lib/mpxj/assignment_methods.rb, line 2138 def enterprise_text3 attribute_values['enterprise_text3'] end
Retrieve the Enterprise Text30 value
@return Enterprise Text30 value
# File lib/mpxj/assignment_methods.rb, line 2145 def enterprise_text30 attribute_values['enterprise_text30'] end
Retrieve the Enterprise Text31 value
@return Enterprise Text31 value
# File lib/mpxj/assignment_methods.rb, line 2152 def enterprise_text31 attribute_values['enterprise_text31'] end
Retrieve the Enterprise Text32 value
@return Enterprise Text32 value
# File lib/mpxj/assignment_methods.rb, line 2159 def enterprise_text32 attribute_values['enterprise_text32'] end
Retrieve the Enterprise Text33 value
@return Enterprise Text33 value
# File lib/mpxj/assignment_methods.rb, line 2166 def enterprise_text33 attribute_values['enterprise_text33'] end
Retrieve the Enterprise Text34 value
@return Enterprise Text34 value
# File lib/mpxj/assignment_methods.rb, line 2173 def enterprise_text34 attribute_values['enterprise_text34'] end
Retrieve the Enterprise Text35 value
@return Enterprise Text35 value
# File lib/mpxj/assignment_methods.rb, line 2180 def enterprise_text35 attribute_values['enterprise_text35'] end
Retrieve the Enterprise Text36 value
@return Enterprise Text36 value
# File lib/mpxj/assignment_methods.rb, line 2187 def enterprise_text36 attribute_values['enterprise_text36'] end
Retrieve the Enterprise Text37 value
@return Enterprise Text37 value
# File lib/mpxj/assignment_methods.rb, line 2194 def enterprise_text37 attribute_values['enterprise_text37'] end
Retrieve the Enterprise Text38 value
@return Enterprise Text38 value
# File lib/mpxj/assignment_methods.rb, line 2201 def enterprise_text38 attribute_values['enterprise_text38'] end
Retrieve the Enterprise Text39 value
@return Enterprise Text39 value
# File lib/mpxj/assignment_methods.rb, line 2208 def enterprise_text39 attribute_values['enterprise_text39'] end
Retrieve the Enterprise Text4 value
@return Enterprise Text4 value
# File lib/mpxj/assignment_methods.rb, line 2215 def enterprise_text4 attribute_values['enterprise_text4'] end
Retrieve the Enterprise Text40 value
@return Enterprise Text40 value
# File lib/mpxj/assignment_methods.rb, line 2222 def enterprise_text40 attribute_values['enterprise_text40'] end
Retrieve the Enterprise Text5 value
@return Enterprise Text5 value
# File lib/mpxj/assignment_methods.rb, line 2229 def enterprise_text5 attribute_values['enterprise_text5'] end
Retrieve the Enterprise Text6 value
@return Enterprise Text6 value
# File lib/mpxj/assignment_methods.rb, line 2236 def enterprise_text6 attribute_values['enterprise_text6'] end
Retrieve the Enterprise Text7 value
@return Enterprise Text7 value
# File lib/mpxj/assignment_methods.rb, line 2243 def enterprise_text7 attribute_values['enterprise_text7'] end
Retrieve the Enterprise Text8 value
@return Enterprise Text8 value
# File lib/mpxj/assignment_methods.rb, line 2250 def enterprise_text8 attribute_values['enterprise_text8'] end
Retrieve the Enterprise Text9 value
@return Enterprise Text9 value
# File lib/mpxj/assignment_methods.rb, line 2257 def enterprise_text9 attribute_values['enterprise_text9'] end
Retrieve the Finish value
@return Finish value
# File lib/mpxj/assignment_methods.rb, line 2264 def finish get_date_value(attribute_values['finish']) end
Retrieve the Finish1 value
@return Finish1 value
# File lib/mpxj/assignment_methods.rb, line 2271 def finish1 get_date_value(attribute_values['finish1']) end
Retrieve the Finish10 value
@return Finish10 value
# File lib/mpxj/assignment_methods.rb, line 2278 def finish10 get_date_value(attribute_values['finish10']) end
Retrieve the Finish2 value
@return Finish2 value
# File lib/mpxj/assignment_methods.rb, line 2285 def finish2 get_date_value(attribute_values['finish2']) end
Retrieve the Finish3 value
@return Finish3 value
# File lib/mpxj/assignment_methods.rb, line 2292 def finish3 get_date_value(attribute_values['finish3']) end
Retrieve the Finish4 value
@return Finish4 value
# File lib/mpxj/assignment_methods.rb, line 2299 def finish4 get_date_value(attribute_values['finish4']) end
Retrieve the Finish5 value
@return Finish5 value
# File lib/mpxj/assignment_methods.rb, line 2306 def finish5 get_date_value(attribute_values['finish5']) end
Retrieve the Finish6 value
@return Finish6 value
# File lib/mpxj/assignment_methods.rb, line 2313 def finish6 get_date_value(attribute_values['finish6']) end
Retrieve the Finish7 value
@return Finish7 value
# File lib/mpxj/assignment_methods.rb, line 2320 def finish7 get_date_value(attribute_values['finish7']) end
Retrieve the Finish8 value
@return Finish8 value
# File lib/mpxj/assignment_methods.rb, line 2327 def finish8 get_date_value(attribute_values['finish8']) end
Retrieve the Finish9 value
@return Finish9 value
# File lib/mpxj/assignment_methods.rb, line 2334 def finish9 get_date_value(attribute_values['finish9']) end
Retrieve the Finish Variance value
@return Finish Variance value
# File lib/mpxj/assignment_methods.rb, line 2341 def finish_variance get_duration_value(attribute_values['finish_variance']) end
Retrieve the Fixed Material Assignment
value
@return Fixed Material Assignment
value
# File lib/mpxj/assignment_methods.rb, line 2348 def fixed_material_assignment attribute_values['fixed_material_assignment'] end
Retrieve the Flag1 value
@return Flag1 value
# File lib/mpxj/assignment_methods.rb, line 2355 def flag1 get_boolean_value(attribute_values['flag1']) end
Retrieve the Flag10 value
@return Flag10 value
# File lib/mpxj/assignment_methods.rb, line 2362 def flag10 get_boolean_value(attribute_values['flag10']) end
Retrieve the Flag11 value
@return Flag11 value
# File lib/mpxj/assignment_methods.rb, line 2369 def flag11 get_boolean_value(attribute_values['flag11']) end
Retrieve the Flag12 value
@return Flag12 value
# File lib/mpxj/assignment_methods.rb, line 2376 def flag12 get_boolean_value(attribute_values['flag12']) end
Retrieve the Flag13 value
@return Flag13 value
# File lib/mpxj/assignment_methods.rb, line 2383 def flag13 get_boolean_value(attribute_values['flag13']) end
Retrieve the Flag14 value
@return Flag14 value
# File lib/mpxj/assignment_methods.rb, line 2390 def flag14 get_boolean_value(attribute_values['flag14']) end
Retrieve the Flag15 value
@return Flag15 value
# File lib/mpxj/assignment_methods.rb, line 2397 def flag15 get_boolean_value(attribute_values['flag15']) end
Retrieve the Flag16 value
@return Flag16 value
# File lib/mpxj/assignment_methods.rb, line 2404 def flag16 get_boolean_value(attribute_values['flag16']) end
Retrieve the Flag17 value
@return Flag17 value
# File lib/mpxj/assignment_methods.rb, line 2411 def flag17 get_boolean_value(attribute_values['flag17']) end
Retrieve the Flag18 value
@return Flag18 value
# File lib/mpxj/assignment_methods.rb, line 2418 def flag18 get_boolean_value(attribute_values['flag18']) end
Retrieve the Flag19 value
@return Flag19 value
# File lib/mpxj/assignment_methods.rb, line 2425 def flag19 get_boolean_value(attribute_values['flag19']) end
Retrieve the Flag2 value
@return Flag2 value
# File lib/mpxj/assignment_methods.rb, line 2432 def flag2 get_boolean_value(attribute_values['flag2']) end
Retrieve the Flag20 value
@return Flag20 value
# File lib/mpxj/assignment_methods.rb, line 2439 def flag20 get_boolean_value(attribute_values['flag20']) end
Retrieve the Flag3 value
@return Flag3 value
# File lib/mpxj/assignment_methods.rb, line 2446 def flag3 get_boolean_value(attribute_values['flag3']) end
Retrieve the Flag4 value
@return Flag4 value
# File lib/mpxj/assignment_methods.rb, line 2453 def flag4 get_boolean_value(attribute_values['flag4']) end
Retrieve the Flag5 value
@return Flag5 value
# File lib/mpxj/assignment_methods.rb, line 2460 def flag5 get_boolean_value(attribute_values['flag5']) end
Retrieve the Flag6 value
@return Flag6 value
# File lib/mpxj/assignment_methods.rb, line 2467 def flag6 get_boolean_value(attribute_values['flag6']) end
Retrieve the Flag7 value
@return Flag7 value
# File lib/mpxj/assignment_methods.rb, line 2474 def flag7 get_boolean_value(attribute_values['flag7']) end
Retrieve the Flag8 value
@return Flag8 value
# File lib/mpxj/assignment_methods.rb, line 2481 def flag8 get_boolean_value(attribute_values['flag8']) end
Retrieve the Flag9 value
@return Flag9 value
# File lib/mpxj/assignment_methods.rb, line 2488 def flag9 get_boolean_value(attribute_values['flag9']) end
Retrieve the Assignment
GUID value
@return Assignment
GUID value
# File lib/mpxj/assignment_methods.rb, line 2495 def guid attribute_values['guid'] end
Retrieve the Hyperlink value
@return Hyperlink value
# File lib/mpxj/assignment_methods.rb, line 2502 def hyperlink attribute_values['hyperlink'] end
Retrieve the Hyperlink Address value
@return Hyperlink Address value
# File lib/mpxj/assignment_methods.rb, line 2509 def hyperlink_address attribute_values['hyperlink_address'] end
Retrieve the Hyperlink Data value
@return Hyperlink Data value
# File lib/mpxj/assignment_methods.rb, line 2516 def hyperlink_data attribute_values['hyperlink_data'] end
Retrieve the Hyperlink Href value
@return Hyperlink Href value
# File lib/mpxj/assignment_methods.rb, line 2523 def hyperlink_href attribute_values['hyperlink_href'] end
Retrieve the Hyperlink Screen Tip value
@return Hyperlink Screen Tip value
# File lib/mpxj/assignment_methods.rb, line 2530 def hyperlink_screen_tip attribute_values['hyperlink_screen_tip'] end
Retrieve the Hyperlink Subaddress value
@return Hyperlink Subaddress value
# File lib/mpxj/assignment_methods.rb, line 2537 def hyperlink_subaddress attribute_values['hyperlink_subaddress'] end
Retrieve the Index value
@return Index value
# File lib/mpxj/assignment_methods.rb, line 2544 def index get_integer_value(attribute_values['index']) end
Retrieve the Leveling Delay value
@return Leveling Delay value
# File lib/mpxj/assignment_methods.rb, line 2551 def leveling_delay get_duration_value(attribute_values['leveling_delay']) end
Retrieve the Leveling Delay Units value
@return Leveling Delay Units value
# File lib/mpxj/assignment_methods.rb, line 2558 def leveling_delay_units attribute_values['leveling_delay_units'] end
Retrieve the Linked Fields value
@return Linked Fields value
# File lib/mpxj/assignment_methods.rb, line 2565 def linked_fields get_boolean_value(attribute_values['linked_fields']) end
Retrieve the Notes value
@return Notes value
# File lib/mpxj/assignment_methods.rb, line 2572 def notes attribute_values['notes'] end
Retrieve the Number1 value
@return Number1 value
# File lib/mpxj/assignment_methods.rb, line 2579 def number1 get_float_value(attribute_values['number1']) end
Retrieve the Number10 value
@return Number10 value
# File lib/mpxj/assignment_methods.rb, line 2586 def number10 get_float_value(attribute_values['number10']) end
Retrieve the Number11 value
@return Number11 value
# File lib/mpxj/assignment_methods.rb, line 2593 def number11 get_float_value(attribute_values['number11']) end
Retrieve the Number12 value
@return Number12 value
# File lib/mpxj/assignment_methods.rb, line 2600 def number12 get_float_value(attribute_values['number12']) end
Retrieve the Number13 value
@return Number13 value
# File lib/mpxj/assignment_methods.rb, line 2607 def number13 get_float_value(attribute_values['number13']) end
Retrieve the Number14 value
@return Number14 value
# File lib/mpxj/assignment_methods.rb, line 2614 def number14 get_float_value(attribute_values['number14']) end
Retrieve the Number15 value
@return Number15 value
# File lib/mpxj/assignment_methods.rb, line 2621 def number15 get_float_value(attribute_values['number15']) end
Retrieve the Number16 value
@return Number16 value
# File lib/mpxj/assignment_methods.rb, line 2628 def number16 get_float_value(attribute_values['number16']) end
Retrieve the Number17 value
@return Number17 value
# File lib/mpxj/assignment_methods.rb, line 2635 def number17 get_float_value(attribute_values['number17']) end
Retrieve the Number18 value
@return Number18 value
# File lib/mpxj/assignment_methods.rb, line 2642 def number18 get_float_value(attribute_values['number18']) end
Retrieve the Number19 value
@return Number19 value
# File lib/mpxj/assignment_methods.rb, line 2649 def number19 get_float_value(attribute_values['number19']) end
Retrieve the Number2 value
@return Number2 value
# File lib/mpxj/assignment_methods.rb, line 2656 def number2 get_float_value(attribute_values['number2']) end
Retrieve the Number20 value
@return Number20 value
# File lib/mpxj/assignment_methods.rb, line 2663 def number20 get_float_value(attribute_values['number20']) end
Retrieve the Number3 value
@return Number3 value
# File lib/mpxj/assignment_methods.rb, line 2670 def number3 get_float_value(attribute_values['number3']) end
Retrieve the Number4 value
@return Number4 value
# File lib/mpxj/assignment_methods.rb, line 2677 def number4 get_float_value(attribute_values['number4']) end
Retrieve the Number5 value
@return Number5 value
# File lib/mpxj/assignment_methods.rb, line 2684 def number5 get_float_value(attribute_values['number5']) end
Retrieve the Number6 value
@return Number6 value
# File lib/mpxj/assignment_methods.rb, line 2691 def number6 get_float_value(attribute_values['number6']) end
Retrieve the Number7 value
@return Number7 value
# File lib/mpxj/assignment_methods.rb, line 2698 def number7 get_float_value(attribute_values['number7']) end
Retrieve the Number8 value
@return Number8 value
# File lib/mpxj/assignment_methods.rb, line 2705 def number8 get_float_value(attribute_values['number8']) end
Retrieve the Number9 value
@return Number9 value
# File lib/mpxj/assignment_methods.rb, line 2712 def number9 get_float_value(attribute_values['number9']) end
Retrieve the Overallocated value
@return Overallocated value
# File lib/mpxj/assignment_methods.rb, line 2719 def overallocated get_boolean_value(attribute_values['overallocated']) end
Retrieve the Override Rate value
@return Override Rate value
# File lib/mpxj/assignment_methods.rb, line 2726 def override_rate attribute_values['override_rate'] end
Retrieve the Overtime Cost value
@return Overtime Cost value
# File lib/mpxj/assignment_methods.rb, line 2733 def overtime_cost get_float_value(attribute_values['overtime_cost']) end
Retrieve the Overtime Work value
@return Overtime Work value
# File lib/mpxj/assignment_methods.rb, line 2740 def overtime_work get_duration_value(attribute_values['overtime_work']) end
Retrieve the Owner value
@return Owner value
# File lib/mpxj/assignment_methods.rb, line 2747 def owner attribute_values['owner'] end
Retrieve the Peak value
@return Peak value
# File lib/mpxj/assignment_methods.rb, line 2754 def peak get_float_value(attribute_values['peak']) end
Retrieve the Percent Work Complete value
@return Percent Work Complete value
# File lib/mpxj/assignment_methods.rb, line 2761 def percent_work_complete get_float_value(attribute_values['percent_work_complete']) end
Retrieve the Planned Cost value
@return Planned Cost value
# File lib/mpxj/assignment_methods.rb, line 2768 def planned_cost get_float_value(attribute_values['planned_cost']) end
Retrieve the Planned Finish value
@return Planned Finish value
# File lib/mpxj/assignment_methods.rb, line 2775 def planned_finish get_date_value(attribute_values['planned_finish']) end
Retrieve the Planned Start value
@return Planned Start value
# File lib/mpxj/assignment_methods.rb, line 2782 def planned_start get_date_value(attribute_values['planned_start']) end
Retrieve the Planned Work value
@return Planned Work value
# File lib/mpxj/assignment_methods.rb, line 2789 def planned_work get_duration_value(attribute_values['planned_work']) end
Retrieve the Rate Index value
@return Rate Index value
# File lib/mpxj/assignment_methods.rb, line 2803 def rate_index get_integer_value(attribute_values['rate_index']) end
Retrieve the Rate Source value
@return Rate Source value
# File lib/mpxj/assignment_methods.rb, line 2810 def rate_source attribute_values['rate_source'] end
Retrieve the Regular Work value
@return Regular Work value
# File lib/mpxj/assignment_methods.rb, line 2817 def regular_work get_duration_value(attribute_values['regular_work']) end
Retrieve the Remaining Assignment
Units value
@return Remaining Assignment
Units value
# File lib/mpxj/assignment_methods.rb, line 2824 def remaining_assignment_units get_float_value(attribute_values['remaining_assignment_units']) end
Retrieve the Remaining Cost value
@return Remaining Cost value
# File lib/mpxj/assignment_methods.rb, line 2831 def remaining_cost get_float_value(attribute_values['remaining_cost']) end
Retrieve the Remaining Early Finish value
@return Remaining Early Finish value
# File lib/mpxj/assignment_methods.rb, line 2838 def remaining_early_finish get_date_value(attribute_values['remaining_early_finish']) end
Retrieve the Remaining Early Start value
@return Remaining Early Start value
# File lib/mpxj/assignment_methods.rb, line 2845 def remaining_early_start get_date_value(attribute_values['remaining_early_start']) end
Retrieve the Remaining Late Finish value
@return Remaining Late Finish value
# File lib/mpxj/assignment_methods.rb, line 2852 def remaining_late_finish get_date_value(attribute_values['remaining_late_finish']) end
Retrieve the Remaining Late Start value
@return Remaining Late Start value
# File lib/mpxj/assignment_methods.rb, line 2859 def remaining_late_start get_date_value(attribute_values['remaining_late_start']) end
Retrieve the Remaining Overtime Cost value
@return Remaining Overtime Cost value
# File lib/mpxj/assignment_methods.rb, line 2866 def remaining_overtime_cost get_float_value(attribute_values['remaining_overtime_cost']) end
Retrieve the Remaining Overtime Work value
@return Remaining Overtime Work value
# File lib/mpxj/assignment_methods.rb, line 2873 def remaining_overtime_work get_duration_value(attribute_values['remaining_overtime_work']) end
Retrieve the Remaining Work value
@return Remaining Work value
# File lib/mpxj/assignment_methods.rb, line 2880 def remaining_work get_duration_value(attribute_values['remaining_work']) end
Retrieve the Response Pending value
@return Response Pending value
# File lib/mpxj/assignment_methods.rb, line 2922 def response_pending get_boolean_value(attribute_values['response_pending']) end
Retrieve the Resume value
@return Resume value
# File lib/mpxj/assignment_methods.rb, line 2929 def resume get_date_value(attribute_values['resume']) end
Retrieve the Role Unique ID value
@return Role Unique ID value
# File lib/mpxj/assignment_methods.rb, line 2936 def role_unique_id get_integer_value(attribute_values['role_unique_id']) end
Retrieve the Start value
@return Start value
# File lib/mpxj/assignment_methods.rb, line 2943 def start get_date_value(attribute_values['start']) end
Retrieve the Start1 value
@return Start1 value
# File lib/mpxj/assignment_methods.rb, line 2950 def start1 get_date_value(attribute_values['start1']) end
Retrieve the Start10 value
@return Start10 value
# File lib/mpxj/assignment_methods.rb, line 2957 def start10 get_date_value(attribute_values['start10']) end
Retrieve the Start2 value
@return Start2 value
# File lib/mpxj/assignment_methods.rb, line 2964 def start2 get_date_value(attribute_values['start2']) end
Retrieve the Start3 value
@return Start3 value
# File lib/mpxj/assignment_methods.rb, line 2971 def start3 get_date_value(attribute_values['start3']) end
Retrieve the Start4 value
@return Start4 value
# File lib/mpxj/assignment_methods.rb, line 2978 def start4 get_date_value(attribute_values['start4']) end
Retrieve the Start5 value
@return Start5 value
# File lib/mpxj/assignment_methods.rb, line 2985 def start5 get_date_value(attribute_values['start5']) end
Retrieve the Start6 value
@return Start6 value
# File lib/mpxj/assignment_methods.rb, line 2992 def start6 get_date_value(attribute_values['start6']) end
Retrieve the Start7 value
@return Start7 value
# File lib/mpxj/assignment_methods.rb, line 2999 def start7 get_date_value(attribute_values['start7']) end
Retrieve the Start8 value
@return Start8 value
# File lib/mpxj/assignment_methods.rb, line 3006 def start8 get_date_value(attribute_values['start8']) end
Retrieve the Start9 value
@return Start9 value
# File lib/mpxj/assignment_methods.rb, line 3013 def start9 get_date_value(attribute_values['start9']) end
Retrieve the Start Variance value
@return Start Variance value
# File lib/mpxj/assignment_methods.rb, line 3020 def start_variance get_duration_value(attribute_values['start_variance']) end
Retrieve the Stop value
@return Stop value
# File lib/mpxj/assignment_methods.rb, line 3027 def stop get_date_value(attribute_values['stop']) end
Retrieve the Summary value
@return Summary value
# File lib/mpxj/assignment_methods.rb, line 3034 def summary attribute_values['summary'] end
Retrieve the SV value
@return SV value
# File lib/mpxj/assignment_methods.rb, line 3041 def sv get_float_value(attribute_values['sv']) end
Retrieve the Team Status Pending value
@return Team Status Pending value
# File lib/mpxj/assignment_methods.rb, line 3083 def team_status_pending get_boolean_value(attribute_values['team_status_pending']) end
Retrieve the Text1 value
@return Text1 value
# File lib/mpxj/assignment_methods.rb, line 3090 def text1 attribute_values['text1'] end
Retrieve the Text10 value
@return Text10 value
# File lib/mpxj/assignment_methods.rb, line 3097 def text10 attribute_values['text10'] end
Retrieve the Text11 value
@return Text11 value
# File lib/mpxj/assignment_methods.rb, line 3104 def text11 attribute_values['text11'] end
Retrieve the Text12 value
@return Text12 value
# File lib/mpxj/assignment_methods.rb, line 3111 def text12 attribute_values['text12'] end
Retrieve the Text13 value
@return Text13 value
# File lib/mpxj/assignment_methods.rb, line 3118 def text13 attribute_values['text13'] end
Retrieve the Text14 value
@return Text14 value
# File lib/mpxj/assignment_methods.rb, line 3125 def text14 attribute_values['text14'] end
Retrieve the Text15 value
@return Text15 value
# File lib/mpxj/assignment_methods.rb, line 3132 def text15 attribute_values['text15'] end
Retrieve the Text16 value
@return Text16 value
# File lib/mpxj/assignment_methods.rb, line 3139 def text16 attribute_values['text16'] end
Retrieve the Text17 value
@return Text17 value
# File lib/mpxj/assignment_methods.rb, line 3146 def text17 attribute_values['text17'] end
Retrieve the Text18 value
@return Text18 value
# File lib/mpxj/assignment_methods.rb, line 3153 def text18 attribute_values['text18'] end
Retrieve the Text19 value
@return Text19 value
# File lib/mpxj/assignment_methods.rb, line 3160 def text19 attribute_values['text19'] end
Retrieve the Text2 value
@return Text2 value
# File lib/mpxj/assignment_methods.rb, line 3167 def text2 attribute_values['text2'] end
Retrieve the Text20 value
@return Text20 value
# File lib/mpxj/assignment_methods.rb, line 3174 def text20 attribute_values['text20'] end
Retrieve the Text21 value
@return Text21 value
# File lib/mpxj/assignment_methods.rb, line 3181 def text21 attribute_values['text21'] end
Retrieve the Text22 value
@return Text22 value
# File lib/mpxj/assignment_methods.rb, line 3188 def text22 attribute_values['text22'] end
Retrieve the Text23 value
@return Text23 value
# File lib/mpxj/assignment_methods.rb, line 3195 def text23 attribute_values['text23'] end
Retrieve the Text24 value
@return Text24 value
# File lib/mpxj/assignment_methods.rb, line 3202 def text24 attribute_values['text24'] end
Retrieve the Text25 value
@return Text25 value
# File lib/mpxj/assignment_methods.rb, line 3209 def text25 attribute_values['text25'] end
Retrieve the Text26 value
@return Text26 value
# File lib/mpxj/assignment_methods.rb, line 3216 def text26 attribute_values['text26'] end
Retrieve the Text27 value
@return Text27 value
# File lib/mpxj/assignment_methods.rb, line 3223 def text27 attribute_values['text27'] end
Retrieve the Text28 value
@return Text28 value
# File lib/mpxj/assignment_methods.rb, line 3230 def text28 attribute_values['text28'] end
Retrieve the Text29 value
@return Text29 value
# File lib/mpxj/assignment_methods.rb, line 3237 def text29 attribute_values['text29'] end
Retrieve the Text3 value
@return Text3 value
# File lib/mpxj/assignment_methods.rb, line 3244 def text3 attribute_values['text3'] end
Retrieve the Text30 value
@return Text30 value
# File lib/mpxj/assignment_methods.rb, line 3251 def text30 attribute_values['text30'] end
Retrieve the Text4 value
@return Text4 value
# File lib/mpxj/assignment_methods.rb, line 3258 def text4 attribute_values['text4'] end
Retrieve the Text5 value
@return Text5 value
# File lib/mpxj/assignment_methods.rb, line 3265 def text5 attribute_values['text5'] end
Retrieve the Text6 value
@return Text6 value
# File lib/mpxj/assignment_methods.rb, line 3272 def text6 attribute_values['text6'] end
Retrieve the Text7 value
@return Text7 value
# File lib/mpxj/assignment_methods.rb, line 3279 def text7 attribute_values['text7'] end
Retrieve the Text8 value
@return Text8 value
# File lib/mpxj/assignment_methods.rb, line 3286 def text8 attribute_values['text8'] end
Retrieve the Text9 value
@return Text9 value
# File lib/mpxj/assignment_methods.rb, line 3293 def text9 attribute_values['text9'] end
Retrieve the Timephased Actual Overtime Work value
@return Timephased Actual Overtime Work value
# File lib/mpxj/assignment_methods.rb, line 3300 def timephased_actual_overtime_work attribute_values['timephased_actual_overtime_work'] end
Retrieve the Timephased Actual Work value
@return Timephased Actual Work value
# File lib/mpxj/assignment_methods.rb, line 3307 def timephased_actual_work attribute_values['timephased_actual_work'] end
Retrieve the Timephased Baseline10 Cost value
@return Timephased Baseline10 Cost value
# File lib/mpxj/assignment_methods.rb, line 3314 def timephased_baseline10_cost attribute_values['timephased_baseline10_cost'] end
Retrieve the Timephased Baseline10 Work value
@return Timephased Baseline10 Work value
# File lib/mpxj/assignment_methods.rb, line 3321 def timephased_baseline10_work attribute_values['timephased_baseline10_work'] end
Retrieve the Timephased Baseline1 Cost value
@return Timephased Baseline1 Cost value
# File lib/mpxj/assignment_methods.rb, line 3328 def timephased_baseline1_cost attribute_values['timephased_baseline1_cost'] end
Retrieve the Timephased Baseline1 Work value
@return Timephased Baseline1 Work value
# File lib/mpxj/assignment_methods.rb, line 3335 def timephased_baseline1_work attribute_values['timephased_baseline1_work'] end
Retrieve the Timephased Baseline2 Cost value
@return Timephased Baseline2 Cost value
# File lib/mpxj/assignment_methods.rb, line 3342 def timephased_baseline2_cost attribute_values['timephased_baseline2_cost'] end
Retrieve the Timephased Baseline2 Work value
@return Timephased Baseline2 Work value
# File lib/mpxj/assignment_methods.rb, line 3349 def timephased_baseline2_work attribute_values['timephased_baseline2_work'] end
Retrieve the Timephased Baseline3 Cost value
@return Timephased Baseline3 Cost value
# File lib/mpxj/assignment_methods.rb, line 3356 def timephased_baseline3_cost attribute_values['timephased_baseline3_cost'] end
Retrieve the Timephased Baseline3 Work value
@return Timephased Baseline3 Work value
# File lib/mpxj/assignment_methods.rb, line 3363 def timephased_baseline3_work attribute_values['timephased_baseline3_work'] end
Retrieve the Timephased Baseline4 Cost value
@return Timephased Baseline4 Cost value
# File lib/mpxj/assignment_methods.rb, line 3370 def timephased_baseline4_cost attribute_values['timephased_baseline4_cost'] end
Retrieve the Timephased Baseline4 Work value
@return Timephased Baseline4 Work value
# File lib/mpxj/assignment_methods.rb, line 3377 def timephased_baseline4_work attribute_values['timephased_baseline4_work'] end
Retrieve the Timephased Baseline5 Cost value
@return Timephased Baseline5 Cost value
# File lib/mpxj/assignment_methods.rb, line 3384 def timephased_baseline5_cost attribute_values['timephased_baseline5_cost'] end
Retrieve the Timephased Baseline5 Work value
@return Timephased Baseline5 Work value
# File lib/mpxj/assignment_methods.rb, line 3391 def timephased_baseline5_work attribute_values['timephased_baseline5_work'] end
Retrieve the Timephased Baseline6 Cost value
@return Timephased Baseline6 Cost value
# File lib/mpxj/assignment_methods.rb, line 3398 def timephased_baseline6_cost attribute_values['timephased_baseline6_cost'] end
Retrieve the Timephased Baseline6 Work value
@return Timephased Baseline6 Work value
# File lib/mpxj/assignment_methods.rb, line 3405 def timephased_baseline6_work attribute_values['timephased_baseline6_work'] end
Retrieve the Timephased Baseline7 Cost value
@return Timephased Baseline7 Cost value
# File lib/mpxj/assignment_methods.rb, line 3412 def timephased_baseline7_cost attribute_values['timephased_baseline7_cost'] end
Retrieve the Timephased Baseline7 Work value
@return Timephased Baseline7 Work value
# File lib/mpxj/assignment_methods.rb, line 3419 def timephased_baseline7_work attribute_values['timephased_baseline7_work'] end
Retrieve the Timephased Baseline8 Cost value
@return Timephased Baseline8 Cost value
# File lib/mpxj/assignment_methods.rb, line 3426 def timephased_baseline8_cost attribute_values['timephased_baseline8_cost'] end
Retrieve the Timephased Baseline8 Work value
@return Timephased Baseline8 Work value
# File lib/mpxj/assignment_methods.rb, line 3433 def timephased_baseline8_work attribute_values['timephased_baseline8_work'] end
Retrieve the Timephased Baseline9 Cost value
@return Timephased Baseline9 Cost value
# File lib/mpxj/assignment_methods.rb, line 3440 def timephased_baseline9_cost attribute_values['timephased_baseline9_cost'] end
Retrieve the Timephased Baseline9 Work value
@return Timephased Baseline9 Work value
# File lib/mpxj/assignment_methods.rb, line 3447 def timephased_baseline9_work attribute_values['timephased_baseline9_work'] end
Retrieve the Timephased Baseline Cost value
@return Timephased Baseline Cost value
# File lib/mpxj/assignment_methods.rb, line 3454 def timephased_baseline_cost attribute_values['timephased_baseline_cost'] end
Retrieve the Timephased Baseline Work value
@return Timephased Baseline Work value
# File lib/mpxj/assignment_methods.rb, line 3461 def timephased_baseline_work attribute_values['timephased_baseline_work'] end
Retrieve the Timephased Work value
@return Timephased Work value
# File lib/mpxj/assignment_methods.rb, line 3468 def timephased_work attribute_values['timephased_work'] end
Retrieve the Unique ID value
@return Unique ID value
# File lib/mpxj/assignment_methods.rb, line 3482 def unique_id get_integer_value(attribute_values['unique_id']) end
Retrieve the Update Needed value
@return Update Needed value
# File lib/mpxj/assignment_methods.rb, line 3489 def update_needed get_boolean_value(attribute_values['update_needed']) end
Retrieve the VAC value
@return VAC value
# File lib/mpxj/assignment_methods.rb, line 3496 def vac get_float_value(attribute_values['vac']) end
Retrieve the Variable Rate Units value
@return Variable Rate Units value
# File lib/mpxj/assignment_methods.rb, line 3503 def variable_rate_units attribute_values['variable_rate_units'] end
Retrieve the WBS value
@return WBS value
# File lib/mpxj/assignment_methods.rb, line 3510 def wbs attribute_values['wbs'] end
Retrieve the Work value
@return Work value
# File lib/mpxj/assignment_methods.rb, line 3517 def work get_duration_value(attribute_values['work']) end
Retrieve the Work Contour value
@return Work Contour value
# File lib/mpxj/assignment_methods.rb, line 3524 def work_contour attribute_values['work_contour'] end
Retrieve the Work Variance value
@return Work Variance value
# File lib/mpxj/assignment_methods.rb, line 3531 def work_variance get_duration_value(attribute_values['work_variance']) end