Class: Harvest::Resources::TaskAssignment

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#billableObject

Returns the value of attribute billable

Returns:

  • (Object)

    the current value of billable



25
26
27
# File 'lib/harvest/resources/task_assignment.rb', line 25

def billable
  @billable
end

#budgetObject

Returns the value of attribute budget

Returns:

  • (Object)

    the current value of budget



25
26
27
# File 'lib/harvest/resources/task_assignment.rb', line 25

def budget
  @budget
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



25
26
27
# File 'lib/harvest/resources/task_assignment.rb', line 25

def created_at
  @created_at
end

#hourly_rateObject

Returns the value of attribute hourly_rate

Returns:

  • (Object)

    the current value of hourly_rate



25
26
27
# File 'lib/harvest/resources/task_assignment.rb', line 25

def hourly_rate
  @hourly_rate
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



25
26
27
# File 'lib/harvest/resources/task_assignment.rb', line 25

def id
  @id
end

#is_activeObject

Returns the value of attribute is_active

Returns:

  • (Object)

    the current value of is_active



25
26
27
# File 'lib/harvest/resources/task_assignment.rb', line 25

def is_active
  @is_active
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



25
26
27
# File 'lib/harvest/resources/task_assignment.rb', line 25

def task
  @task
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



25
26
27
# File 'lib/harvest/resources/task_assignment.rb', line 25

def updated_at
  @updated_at
end