Class: BillysBilling::DaybookTransaction

Inherits:
Base
  • Object
show all
Defined in:
lib/billys_billing/daybook_transaction.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

#api_typeObject

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_timeObject

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

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#entry_dateObject

Returns the value of attribute entry_date.



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

def 
  @entry_date
end

#extended_descriptionObject

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

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#postingsObject

Returns the value of attribute postings.



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

def postings
  @postings
end

#successObject

Returns the value of attribute success.



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

def success
  @success
end

#transaction_running_noObject

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

#urlObject

Returns the value of attribute url.



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

def url
  @url
end