class ProtoPharm::RSpec::ActionStubProxy::Expectation

Attributes

args[R]
kwargs[R]
method[R]

Public Class Methods

new(method, args, kwargs) click to toggle source
# File lib/proto_pharm/rspec/action_stub_proxy.rb, line 50
def initialize(method, args, kwargs)
  @method = method
  @args = args
  @kwargs = kwargs
end