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)
147 148 149 |
# File 'lib/quickbooks-ruby.rb', line 147 def count @count end |
#current_page ⇒ Object
Legacy Attributes (v2)
147 148 149 |
# File 'lib/quickbooks-ruby.rb', line 147 def current_page @current_page end |
#entries ⇒ Object
Returns the value of attribute entries.
144 145 146 |
# File 'lib/quickbooks-ruby.rb', line 144 def entries @entries end |
#max_results ⇒ Object
v3 Attributes
150 151 152 |
# File 'lib/quickbooks-ruby.rb', line 150 def max_results @max_results end |
#start_position ⇒ Object
v3 Attributes
150 151 152 |
# File 'lib/quickbooks-ruby.rb', line 150 def start_position @start_position end |
#total_count ⇒ Object
v3 Attributes
150 151 152 |
# File 'lib/quickbooks-ruby.rb', line 150 def total_count @total_count end |