Class: Hoodoo::Client::AugmentedArray

Inherits:
Array
  • Object
show all
Includes:
AugmentedBase
Defined in:
lib/hoodoo/client/augmented_array.rb

Overview

Ruby standard library Array subclass which mixes in Hoodoo::Client::AugmentedBase. See that for details.

Instance Attribute Summary collapse

Attributes included from AugmentedBase

#response_options

Method Summary

Methods included from AugmentedBase

#adds_errors_to?, #platform_errors, #set_platform_errors

Instance Attribute Details

#dataset_sizeObject

For lists, the (optional) total size of the data set, of which the contents of this Array will often only represent a single page. If unknown, the value is nil.



25
26
27
# File 'lib/hoodoo/client/augmented_array.rb', line 25

def dataset_size
  @dataset_size
end