Method: Playapi::Base#attrs

Defined in:
lib/playapi/base.rb

#attrsHash Also known as: to_hash

Retrieve the attributes of an object

Returns:

  • (Hash)


94
95
96
# File 'lib/playapi/base.rb', line 94

def attrs
  @attrs
end