lib/hyper_resource/modules/internal_attributes.rb in aptible-resource-1.0.2 vs lib/hyper_resource/modules/internal_attributes.rb in aptible-resource-1.1.0.pre.0

- old
+ new

@@ -24,21 +24,19 @@ [ :root, ## e.g. 'https://example.com/api/v1' :auth, ## e.g. {:basic => ['username', 'password']} :headers, ## e.g. {'Accept' => 'application/vnd.example+json'} :namespace, ## e.g. 'ExampleAPI', or the class ExampleAPI itself :adapter, ## subclass of HR::Adapter - :faraday_options ## e.g. {:request => {:timeout => 30}} ] end def _hr_attributes # @private [ :root, :href, :auth, :headers, :namespace, :adapter, - :faraday_options, :token, :request, :response, :body,