Class: Fix::It

Inherits:
Object
  • Object
show all
Includes:
Helper::RequirementHelper
Defined in:
lib/fix/it.rb

Instance Method Summary collapse

Methods included from Helper::RequirementHelper

#MAY, #MUST, #MUST_NOT, #SHOULD, #SHOULD_NOT

Methods included from Helper::LetReaderHelper

#method_missing

Constructor Details

#initialize(object, defs, *args) ⇒ It

Returns a new instance of It.



7
8
9
10
11
12
13
# File 'lib/fix/it.rb', line 7

def initialize object, defs, *args
  @object = object
  @defs   = defs
  @args   = args

  freeze
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Fix::Helper::LetReaderHelper