Class: Quickbooks::Collection
- Inherits:
-
Object
- Object
- Quickbooks::Collection
- Defined in:
- lib/quickbooks-ruby.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)
104 105 106 |
# File 'lib/quickbooks-ruby.rb', line 104 def count @count end |
#current_page ⇒ Object
Legacy Attributes (v2)
104 105 106 |
# File 'lib/quickbooks-ruby.rb', line 104 def current_page @current_page end |
#entries ⇒ Object
Returns the value of attribute entries.
101 102 103 |
# File 'lib/quickbooks-ruby.rb', line 101 def entries @entries end |
#max_results ⇒ Object
v3 Attributes
107 108 109 |
# File 'lib/quickbooks-ruby.rb', line 107 def max_results @max_results end |
#start_position ⇒ Object
v3 Attributes
107 108 109 |
# File 'lib/quickbooks-ruby.rb', line 107 def start_position @start_position end |
#total_count ⇒ Object
v3 Attributes
107 108 109 |
# File 'lib/quickbooks-ruby.rb', line 107 def total_count @total_count end |