Class: Harvest::Resources::InvoiceLineItem

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



129
130
131
# File 'lib/harvest/resources/invoices.rb', line 129

def amount
  @amount
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



129
130
131
# File 'lib/harvest/resources/invoices.rb', line 129

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



129
130
131
# File 'lib/harvest/resources/invoices.rb', line 129

def id
  @id
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



129
130
131
# File 'lib/harvest/resources/invoices.rb', line 129

def kind
  @kind
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



129
130
131
# File 'lib/harvest/resources/invoices.rb', line 129

def project
  @project
end

#quantityObject

Returns the value of attribute quantity

Returns:

  • (Object)

    the current value of quantity



129
130
131
# File 'lib/harvest/resources/invoices.rb', line 129

def quantity
  @quantity
end

#taxedObject

Returns the value of attribute taxed

Returns:

  • (Object)

    the current value of taxed



129
130
131
# File 'lib/harvest/resources/invoices.rb', line 129

def taxed
  @taxed
end

#taxed2Object

Returns the value of attribute taxed2

Returns:

  • (Object)

    the current value of taxed2



129
130
131
# File 'lib/harvest/resources/invoices.rb', line 129

def taxed2
  @taxed2
end

#unit_priceObject

Returns the value of attribute unit_price

Returns:

  • (Object)

    the current value of unit_price



129
130
131
# File 'lib/harvest/resources/invoices.rb', line 129

def unit_price
  @unit_price
end