Exception: Rodsec::Intervention
- Inherits:
-
StandardError
- Object
- StandardError
- Rodsec::Intervention
- Defined in:
- lib/rodsec.rb
Instance Attribute Summary collapse
-
#msi ⇒ Object
readonly
Returns the value of attribute msi.
Instance Method Summary collapse
-
#initialize(msi) ⇒ Intervention
constructor
A new instance of Intervention.
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
#msi ⇒ Object (readonly)
Returns the value of attribute msi.
16 17 18 |
# File 'lib/rodsec.rb', line 16 def msi @msi end |