class Quickbooks::Collection

Attributes

body[RW]
count[RW]

Legacy Attributes (v2)

current_page[RW]

Legacy Attributes (v2)

entries[RW]
max_results[RW]

v3 Attributes

start_position[RW]

v3 Attributes

total_count[RW]

v3 Attributes

Public Instance Methods

each(*args, &block) click to toggle source
# File lib/quickbooks/util/collection.rb, line 14
def each(*args, &block)
  (entries|| []).each *args, &block
end