Class: Quickbooks::Collection
- Inherits:
-
Object
- Object
- Quickbooks::Collection
- Defined in:
- lib/quickbooks-ruby.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Legacy Attributes (v2).
-
#current_page ⇒ Object
Legacy Attributes (v2).
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#max_results ⇒ Object
v3 Attributes.
-
#start_position ⇒ Object
v3 Attributes.
-
#total_count ⇒ Object
v3 Attributes.
Instance Attribute Details
#count ⇒ Object
Legacy Attributes (v2)
143 144 145 |
# File 'lib/quickbooks-ruby.rb', line 143 def count @count end |
#current_page ⇒ Object
Legacy Attributes (v2)
143 144 145 |
# File 'lib/quickbooks-ruby.rb', line 143 def current_page @current_page end |
#entries ⇒ Object
Returns the value of attribute entries.
140 141 142 |
# File 'lib/quickbooks-ruby.rb', line 140 def entries @entries end |
#max_results ⇒ Object
v3 Attributes
146 147 148 |
# File 'lib/quickbooks-ruby.rb', line 146 def max_results @max_results end |
#start_position ⇒ Object
v3 Attributes
146 147 148 |
# File 'lib/quickbooks-ruby.rb', line 146 def start_position @start_position end |
#total_count ⇒ Object
v3 Attributes
146 147 148 |
# File 'lib/quickbooks-ruby.rb', line 146 def total_count @total_count end |