Exception: Rodsec::Intervention

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rodsec.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msi) ⇒ Intervention

Returns a new instance of Intervention.



11
12
13
14
# File 'lib/rodsec.rb', line 11

def initialize msi
  @msi = msi
  super()
end

Instance Attribute Details

#msiObject (readonly)

Returns the value of attribute msi.



16
17
18
# File 'lib/rodsec.rb', line 16

def msi
  @msi
end