Class: Harvest::Resources::InvoiceItemCategory

Inherits:
Struct
  • Object
show all
Defined in:
lib/harvest/resources/invoices.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



251
252
253
# File 'lib/harvest/resources/invoices.rb', line 251

def created_at
  @created_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



251
252
253
# File 'lib/harvest/resources/invoices.rb', line 251

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



251
252
253
# File 'lib/harvest/resources/invoices.rb', line 251

def name
  @name
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



251
252
253
# File 'lib/harvest/resources/invoices.rb', line 251

def updated_at
  @updated_at
end

#use_as_expenseObject

Returns the value of attribute use_as_expense

Returns:

  • (Object)

    the current value of use_as_expense



251
252
253
# File 'lib/harvest/resources/invoices.rb', line 251

def use_as_expense
  @use_as_expense
end

#use_as_serviceObject

Returns the value of attribute use_as_service

Returns:

  • (Object)

    the current value of use_as_service



251
252
253
# File 'lib/harvest/resources/invoices.rb', line 251

def use_as_service
  @use_as_service
end