Class: Harvest::Resources::EstimateLineItem

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



101
102
103
# File 'lib/harvest/resources/estimates.rb', line 101

def amount
  @amount
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



101
102
103
# File 'lib/harvest/resources/estimates.rb', line 101

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



101
102
103
# File 'lib/harvest/resources/estimates.rb', line 101

def id
  @id
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



101
102
103
# File 'lib/harvest/resources/estimates.rb', line 101

def kind
  @kind
end

#quantityObject

Returns the value of attribute quantity

Returns:

  • (Object)

    the current value of quantity



101
102
103
# File 'lib/harvest/resources/estimates.rb', line 101

def quantity
  @quantity
end

#taxedObject

Returns the value of attribute taxed

Returns:

  • (Object)

    the current value of taxed



101
102
103
# File 'lib/harvest/resources/estimates.rb', line 101

def taxed
  @taxed
end

#taxed2Object

Returns the value of attribute taxed2

Returns:

  • (Object)

    the current value of taxed2



101
102
103
# File 'lib/harvest/resources/estimates.rb', line 101

def taxed2
  @taxed2
end

#unit_priceObject

Returns the value of attribute unit_price

Returns:

  • (Object)

    the current value of unit_price



101
102
103
# File 'lib/harvest/resources/estimates.rb', line 101

def unit_price
  @unit_price
end