Method: Excon::HyperMedia::ResourceObject#_properties

Defined in:
lib/excon/hypermedia/resource_object.rb

#_propertiesObject



20
21
22
# File 'lib/excon/hypermedia/resource_object.rb', line 20

def _properties
  @_properties ||= Properties.new(@data.reject { |k, _| RESERVED_PROPERTIES.include?(k) })
end