Class: Harvest::Resources::EstimateItemCategory

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



164
165
166
# File 'lib/harvest/resources/estimates.rb', line 164

def created_at
  @created_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



164
165
166
# File 'lib/harvest/resources/estimates.rb', line 164

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



164
165
166
# File 'lib/harvest/resources/estimates.rb', line 164

def name
  @name
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



164
165
166
# File 'lib/harvest/resources/estimates.rb', line 164

def updated_at
  @updated_at
end