Class: BillysBilling::DaybookTransaction
- Defined in:
- lib/billys_billing/daybook_transaction.rb
Instance Attribute Summary collapse
-
#api_type ⇒ Object
Returns the value of attribute api_type.
-
#created_time ⇒ Object
Returns the value of attribute created_time.
-
#description ⇒ Object
Returns the value of attribute description.
-
#entry_date ⇒ Object
Returns the value of attribute entry_date.
-
#extended_description ⇒ Object
Returns the value of attribute extended_description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#postings ⇒ Object
Returns the value of attribute postings.
-
#success ⇒ Object
Returns the value of attribute success.
-
#transaction_running_no ⇒ Object
Returns the value of attribute transaction_running_no.
-
#url ⇒ Object
Returns the value of attribute url.
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
#api_type ⇒ Object
Returns the value of attribute api_type.
3 4 5 |
# File 'lib/billys_billing/daybook_transaction.rb', line 3 def api_type @api_type end |
#created_time ⇒ Object
Returns the value of attribute created_time.
3 4 5 |
# File 'lib/billys_billing/daybook_transaction.rb', line 3 def created_time @created_time end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/billys_billing/daybook_transaction.rb', line 3 def description @description end |
#entry_date ⇒ Object
Returns the value of attribute entry_date.
3 4 5 |
# File 'lib/billys_billing/daybook_transaction.rb', line 3 def entry_date @entry_date end |
#extended_description ⇒ Object
Returns the value of attribute extended_description.
3 4 5 |
# File 'lib/billys_billing/daybook_transaction.rb', line 3 def extended_description @extended_description end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/billys_billing/daybook_transaction.rb', line 3 def id @id end |
#postings ⇒ Object
Returns the value of attribute postings.
3 4 5 |
# File 'lib/billys_billing/daybook_transaction.rb', line 3 def postings @postings end |
#success ⇒ Object
Returns the value of attribute success.
3 4 5 |
# File 'lib/billys_billing/daybook_transaction.rb', line 3 def success @success end |
#transaction_running_no ⇒ Object
Returns the value of attribute transaction_running_no.
3 4 5 |
# File 'lib/billys_billing/daybook_transaction.rb', line 3 def transaction_running_no @transaction_running_no end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/billys_billing/daybook_transaction.rb', line 3 def url @url end |