Class: Waves::Matchers::Resource
Instance Method Summary collapse
- #[](*args) ⇒ Object
- #call(resource) ⇒ Object
-
#initialize(options) ⇒ Resource
constructor
A new instance of Resource.
Constructor Details
#initialize(options) ⇒ Resource
Returns a new instance of Resource.
7 8 9 |
# File 'lib/matchers/resource.rb', line 7 def initialize( ) @matcher = Waves::Matchers::Request.new( ) end |