Class: BillysBilling::Invoice

Inherits:
Base
  • Object
show all
Defined in:
lib/billys_billing/invoice.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize, lazy_attr_reader

Methods included from Association

#has_many, #has_one

Constructor Details

This class inherits a constructor from BillysBilling::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def amount
  @amount
end

#approved_timeObject

Returns the value of attribute approved_time.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def approved_time
  @approved_time
end

#balanceObject

Returns the value of attribute balance.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def balance
  @balance
end

#contact_messageObject

Returns the value of attribute contact_message.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def contact_message
  @contact_message
end

#created_timeObject

Returns the value of attribute created_time.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def created_time
  @created_time
end

#download_urlObject

Returns the value of attribute download_url.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def download_url
  @download_url
end

#due_dateObject

Returns the value of attribute due_date.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def due_date
  @due_date
end

#entry_dateObject

Returns the value of attribute entry_date.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def 
  @entry_date
end

#exchange_rateObject

Returns the value of attribute exchange_rate.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def exchange_rate
  @exchange_rate
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def id
  @id
end

#invoice_noObject

Returns the value of attribute invoice_no.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def invoice_no
  @invoice_no
end

#is_paidObject

Returns the value of attribute is_paid.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def is_paid
  @is_paid
end

Returns the value of attribute print_url.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def print_url
  @print_url
end

#stateObject

Returns the value of attribute state.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def state
  @state
end

#successObject

Returns the value of attribute success.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def success
  @success
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def type
  @type
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def url
  @url
end

#vatObject

Returns the value of attribute vat.



3
4
5
# File 'lib/billys_billing/invoice.rb', line 3

def vat
  @vat
end