Class: SimpleJSONAPIClient::Redirection::FetchAll

Inherits:
Proxy
  • Object
show all
Defined in:
lib/simple_jsonapi_client/redirection/fetch_all.rb

Instance Method Summary collapse

Methods inherited from Proxy

#as_json, #inspect, #method_missing, #respond_to_missing?

Constructor Details

#initialize(base_opts, &operation) ⇒ FetchAll

Returns a new instance of FetchAll.



10
11
12
13
# File 'lib/simple_jsonapi_client/redirection/fetch_all.rb', line 10

def initialize(base_opts, &operation)
  @base_opts = base_opts
  @operation = operation
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class SimpleJSONAPIClient::Redirection::Proxy