Class: Harvest::Resources::Task

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#billable_by_defaultObject

Returns the value of attribute billable_by_default

Returns:

  • (Object)

    the current value of billable_by_default



22
23
24
# File 'lib/harvest/resources/task.rb', line 22

def billable_by_default
  @billable_by_default
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



22
23
24
# File 'lib/harvest/resources/task.rb', line 22

def created_at
  @created_at
end

#default_hourly_rateObject

Returns the value of attribute default_hourly_rate

Returns:

  • (Object)

    the current value of default_hourly_rate



22
23
24
# File 'lib/harvest/resources/task.rb', line 22

def default_hourly_rate
  @default_hourly_rate
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



22
23
24
# File 'lib/harvest/resources/task.rb', line 22

def id
  @id
end

#is_activeObject

Returns the value of attribute is_active

Returns:

  • (Object)

    the current value of is_active



22
23
24
# File 'lib/harvest/resources/task.rb', line 22

def is_active
  @is_active
end

#is_defaultObject

Returns the value of attribute is_default

Returns:

  • (Object)

    the current value of is_default



22
23
24
# File 'lib/harvest/resources/task.rb', line 22

def is_default
  @is_default
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/harvest/resources/task.rb', line 22

def name
  @name
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



22
23
24
# File 'lib/harvest/resources/task.rb', line 22

def updated_at
  @updated_at
end