Class: Quickbooks::Collection
- Inherits:
-
Object
- Object
- Quickbooks::Collection
- Defined in:
- lib/quickbooks.rb
Overview
<< self
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)
75 76 77 |
# File 'lib/quickbooks.rb', line 75 def count @count end |
#current_page ⇒ Object
Legacy Attributes (v2)
75 76 77 |
# File 'lib/quickbooks.rb', line 75 def current_page @current_page end |
#entries ⇒ Object
Returns the value of attribute entries.
72 73 74 |
# File 'lib/quickbooks.rb', line 72 def entries @entries end |
#max_results ⇒ Object
v3 Attributes
78 79 80 |
# File 'lib/quickbooks.rb', line 78 def max_results @max_results end |
#start_position ⇒ Object
v3 Attributes
78 79 80 |
# File 'lib/quickbooks.rb', line 78 def start_position @start_position end |
#total_count ⇒ Object
v3 Attributes
78 79 80 |
# File 'lib/quickbooks.rb', line 78 def total_count @total_count end |