Class: BillysBilling::Invoice
- Defined in:
- lib/billys_billing/invoice.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#approved_time ⇒ Object
Returns the value of attribute approved_time.
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#contact_message ⇒ Object
Returns the value of attribute contact_message.
-
#created_time ⇒ Object
Returns the value of attribute created_time.
-
#download_url ⇒ Object
Returns the value of attribute download_url.
-
#due_date ⇒ Object
Returns the value of attribute due_date.
-
#entry_date ⇒ Object
Returns the value of attribute entry_date.
-
#exchange_rate ⇒ Object
Returns the value of attribute exchange_rate.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoice_no ⇒ Object
Returns the value of attribute invoice_no.
-
#is_paid ⇒ Object
Returns the value of attribute is_paid.
-
#print_url ⇒ Object
Returns the value of attribute print_url.
-
#state ⇒ Object
Returns the value of attribute state.
-
#success ⇒ Object
Returns the value of attribute success.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
-
#vat ⇒ Object
Returns the value of attribute vat.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], #initialize, lazy_attr_reader
Methods included from Association
Constructor Details
This class inherits a constructor from BillysBilling::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def amount @amount end |
#approved_time ⇒ Object
Returns the value of attribute approved_time.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def approved_time @approved_time end |
#balance ⇒ Object
Returns the value of attribute balance.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def balance @balance end |
#contact_message ⇒ Object
Returns the value of attribute contact_message.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def @contact_message end |
#created_time ⇒ Object
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_url ⇒ Object
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_date ⇒ Object
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_date ⇒ Object
Returns the value of attribute entry_date.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def entry_date @entry_date end |
#exchange_rate ⇒ Object
Returns the value of attribute exchange_rate.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def exchange_rate @exchange_rate end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def id @id end |
#invoice_no ⇒ Object
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_paid ⇒ Object
Returns the value of attribute is_paid.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def is_paid @is_paid end |
#print_url ⇒ Object
Returns the value of attribute print_url.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def print_url @print_url end |
#state ⇒ Object
Returns the value of attribute state.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def state @state end |
#success ⇒ Object
Returns the value of attribute success.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def success @success end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def url @url end |
#vat ⇒ Object
Returns the value of attribute vat.
3 4 5 |
# File 'lib/billys_billing/invoice.rb', line 3 def vat @vat end |