Exception: Ironment::Truster::RuncomError

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

Direct Known Subclasses

Modified, NotTrusted

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(runcom) ⇒ RuncomError

Returns a new instance of RuncomError.



8
9
10
# File 'lib/ironment/truster.rb', line 8

def initialize(runcom)
  @runcom = runcom
end

Instance Attribute Details

#runcomObject (readonly)

Returns the value of attribute runcom.



6
7
8
# File 'lib/ironment/truster.rb', line 6

def runcom
  @runcom
end