class Quickeebooks::Windows::Model::Invoice
Constants
- REST_RESOURCE
- XML_COLLECTION_NODE
- XML_NODE
Public Class Methods
new()
click to toggle source
# File lib/quickeebooks/windows/model/invoice.rb, line 35 def initialize ensure_line_items_initialization end
Private Instance Methods
after_parse()
click to toggle source
# File lib/quickeebooks/windows/model/invoice.rb, line 41 def after_parse end
ensure_line_items_initialization()
click to toggle source
# File lib/quickeebooks/windows/model/invoice.rb, line 44 def ensure_line_items_initialization self.line_items ||= [] end