Class: Harvest::Resources::UserAssignment

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#budgetObject

Returns the value of attribute budget

Returns:

  • (Object)

    the current value of budget



28
29
30
# File 'lib/harvest/resources/user_assignment.rb', line 28

def budget
  @budget
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



28
29
30
# File 'lib/harvest/resources/user_assignment.rb', line 28

def created_at
  @created_at
end

#hourly_rateObject

Returns the value of attribute hourly_rate

Returns:

  • (Object)

    the current value of hourly_rate



28
29
30
# File 'lib/harvest/resources/user_assignment.rb', line 28

def hourly_rate
  @hourly_rate
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



28
29
30
# File 'lib/harvest/resources/user_assignment.rb', line 28

def id
  @id
end

#is_activeObject

Returns the value of attribute is_active

Returns:

  • (Object)

    the current value of is_active



28
29
30
# File 'lib/harvest/resources/user_assignment.rb', line 28

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



28
29
30
# File 'lib/harvest/resources/user_assignment.rb', line 28

def is_project_manager
  @is_project_manager
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



28
29
30
# File 'lib/harvest/resources/user_assignment.rb', line 28

def project
  @project
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



28
29
30
# File 'lib/harvest/resources/user_assignment.rb', line 28

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



28
29
30
# File 'lib/harvest/resources/user_assignment.rb', line 28

def use_default_rates
  @use_default_rates
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



28
29
30
# File 'lib/harvest/resources/user_assignment.rb', line 28

def user
  @user
end