Class: Harvest::Resources::TimeEntry

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#billableObject

Returns the value of attribute billable

Returns:

  • (Object)

    the current value of billable



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def billable
  @billable
end

#billable_rateObject

Returns the value of attribute billable_rate

Returns:

  • (Object)

    the current value of billable_rate



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def billable_rate
  @billable_rate
end

#budgetedObject

Returns the value of attribute budgeted

Returns:

  • (Object)

    the current value of budgeted



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def budgeted
  @budgeted
end

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def client
  @client
end

#cost_rateObject

Returns the value of attribute cost_rate

Returns:

  • (Object)

    the current value of cost_rate



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def cost_rate
  @cost_rate
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def created_at
  @created_at
end

#ended_timeObject

Returns the value of attribute ended_time

Returns:

  • (Object)

    the current value of ended_time



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def ended_time
  @ended_time
end

#external_referenceObject

Returns the value of attribute external_reference

Returns:

  • (Object)

    the current value of external_reference



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def external_reference
  @external_reference
end

#hoursObject

Returns the value of attribute hours

Returns:

  • (Object)

    the current value of hours



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def hours
  @hours
end

#hours_without_timerObject

Returns the value of attribute hours_without_timer

Returns:

  • (Object)

    the current value of hours_without_timer



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def hours_without_timer
  @hours_without_timer
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def id
  @id
end

#invoiceObject

Returns the value of attribute invoice

Returns:

  • (Object)

    the current value of invoice



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def invoice
  @invoice
end

#is_billedObject

Returns the value of attribute is_billed

Returns:

  • (Object)

    the current value of is_billed



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def is_billed
  @is_billed
end

#is_closedObject

Returns the value of attribute is_closed

Returns:

  • (Object)

    the current value of is_closed



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def is_closed
  @is_closed
end

#is_lockedObject

Returns the value of attribute is_locked

Returns:

  • (Object)

    the current value of is_locked



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def is_locked
  @is_locked
end

#is_runningObject

Returns the value of attribute is_running

Returns:

  • (Object)

    the current value of is_running



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def is_running
  @is_running
end

#locked_reasonObject

Returns the value of attribute locked_reason

Returns:

  • (Object)

    the current value of locked_reason



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def locked_reason
  @locked_reason
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def notes
  @notes
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def project
  @project
end

#rounded_hoursObject

Returns the value of attribute rounded_hours

Returns:

  • (Object)

    the current value of rounded_hours



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def rounded_hours
  @rounded_hours
end

#spent_dateObject

Returns the value of attribute spent_date

Returns:

  • (Object)

    the current value of spent_date



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def spent_date
  @spent_date
end

#started_timeObject

Returns the value of attribute started_time

Returns:

  • (Object)

    the current value of started_time



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def started_time
  @started_time
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def task
  @task
end

#task_assignmentObject

Returns the value of attribute task_assignment

Returns:

  • (Object)

    the current value of task_assignment



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def task_assignment
  @task_assignment
end

#timer_started_atObject

Returns the value of attribute timer_started_at

Returns:

  • (Object)

    the current value of timer_started_at



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def timer_started_at
  @timer_started_at
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def updated_at
  @updated_at
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def user
  @user
end

#user_assignmentObject

Returns the value of attribute user_assignment

Returns:

  • (Object)

    the current value of user_assignment



65
66
67
# File 'lib/harvest/resources/timeentry.rb', line 65

def user_assignment
  @user_assignment
end