Class: Harvest::Resources::Estimate

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_atObject

Returns the value of attribute accepted_at

Returns:

  • (Object)

    the current value of accepted_at



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def accepted_at
  @accepted_at
end

#amountObject

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def amount
  @amount
end

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def client
  @client
end

#client_keyObject

Returns the value of attribute client_key

Returns:

  • (Object)

    the current value of client_key



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def client_key
  @client_key
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def created_at
  @created_at
end

#creatorObject

Returns the value of attribute creator

Returns:

  • (Object)

    the current value of creator



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def creator
  @creator
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def currency
  @currency
end

#declined_atObject

Returns the value of attribute declined_at

Returns:

  • (Object)

    the current value of declined_at



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def declined_at
  @declined_at
end

#discountObject

Returns the value of attribute discount

Returns:

  • (Object)

    the current value of discount



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def discount
  @discount
end

#discount_amountObject

Returns the value of attribute discount_amount

Returns:

  • (Object)

    the current value of discount_amount



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def discount_amount
  @discount_amount
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def id
  @id
end

#issue_dateObject

Returns the value of attribute issue_date

Returns:

  • (Object)

    the current value of issue_date



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def issue_date
  @issue_date
end

#line_itemsObject

Returns the value of attribute line_items

Returns:

  • (Object)

    the current value of line_items



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def line_items
  @line_items
end

#notesObject

Returns the value of attribute notes

Returns:

  • (Object)

    the current value of notes



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def notes
  @notes
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def number
  @number
end

#purchase_orderObject

Returns the value of attribute purchase_order

Returns:

  • (Object)

    the current value of purchase_order



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def purchase_order
  @purchase_order
end

#sent_atObject

Returns the value of attribute sent_at

Returns:

  • (Object)

    the current value of sent_at



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def sent_at
  @sent_at
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def state
  @state
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def subject
  @subject
end

#taxObject

Returns the value of attribute tax

Returns:

  • (Object)

    the current value of tax



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def tax
  @tax
end

#tax2Object

Returns the value of attribute tax2

Returns:

  • (Object)

    the current value of tax2



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def tax2
  @tax2
end

#tax2_amountObject

Returns the value of attribute tax2_amount

Returns:

  • (Object)

    the current value of tax2_amount



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def tax2_amount
  @tax2_amount
end

#tax_amountObject

Returns the value of attribute tax_amount

Returns:

  • (Object)

    the current value of tax_amount



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def tax_amount
  @tax_amount
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



56
57
58
# File 'lib/harvest/resources/estimates.rb', line 56

def updated_at
  @updated_at
end