Class: Fix::Its

Inherits:
Object
  • Object
show all
Includes:
Helper::RequirementHelper
Defined in:
lib/fix/its.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(defs, *args) ⇒ Its

Returns a new instance of Its.



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

def initialize defs, *args
  @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