Class: Harvest::Resources::ProjectAssignment

Inherits:
Struct
  • Object
show all
Defined in:
lib/harvest/resources/project_assignment.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#budgetObject

Returns the value of attribute budget

Returns:

  • (Object)

    the current value of budget



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def budget
  @budget
end

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def client
  @client
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def created_at
  @created_at
end

#hourly_rateObject

Returns the value of attribute hourly_rate

Returns:

  • (Object)

    the current value of hourly_rate



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def hourly_rate
  @hourly_rate
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def id
  @id
end

#is_activeObject

Returns the value of attribute is_active

Returns:

  • (Object)

    the current value of is_active



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def is_active
  @is_active
end

#is_project_managerObject

Returns the value of attribute is_project_manager

Returns:

  • (Object)

    the current value of is_project_manager



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def is_project_manager
  @is_project_manager
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def project
  @project
end

#task_assignmentsObject

Returns the value of attribute task_assignments

Returns:

  • (Object)

    the current value of task_assignments



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def task_assignments
  @task_assignments
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def updated_at
  @updated_at
end

#use_default_ratesObject

Returns the value of attribute use_default_rates

Returns:

  • (Object)

    the current value of use_default_rates



30
31
32
# File 'lib/harvest/resources/project_assignment.rb', line 30

def use_default_rates
  @use_default_rates
end