Class: OpenSocial::Collection

Inherits:
Hash
  • Object
show all
Defined in:
lib/opensocial/base.rb

Instance Method Summary collapse

Instance Method Details

#to_arrayObject

Converts the Collection to an Array by returning each of the values from key/value pairs.



49
50
51
# File 'lib/opensocial/base.rb', line 49

def to_array
  values
end