Method: Mulang::Inspection::Target#initialize
- Defined in:
- lib/mulang/inspection/target.rb
#initialize(type, value = nil) ⇒ Target
Returns a new instance of Target.
6 7 8 9 |
# File 'lib/mulang/inspection/target.rb', line 6 def initialize(type, value=nil) @type = type @value = value end |