Class AWS::Core::Data::List
In: lib/aws/core/data.rb
Parent: Object

Methods

inject   inspect   is_a?   kind_of?   new   to_a   to_ary  

Included Modules

MethodMissingProxy

Public Class methods

@param [Array] array

Public Instance methods

inject works on Core::Data::List in in 1.8.7 and 1.9.3, but not in 1.9.2 unless we define it like so. @api private

@return [String] Returns the inspection string for the

  wrapped array.
is_a?(klass)

Alias for kind_of?

@api private

to_a()

Alias for to_ary

@return [Array] Returns the contents of this Data::List as

  a raw array.

[Validate]