Class: Secure::RemoteExceptionMS
- Inherits:
-
Struct
- Object
- Struct
- Secure::RemoteExceptionMS
- Defined in:
- lib/appswarm/secure_con.rb,
lib/appswarm/secure_con.rb
Instance Attribute Summary collapse
-
#embedded ⇒ Object
Returns the value of attribute embedded.
Instance Method Summary collapse
-
#initialize(emb = nil) ⇒ RemoteExceptionMS
constructor
A new instance of RemoteExceptionMS.
Constructor Details
#initialize(emb = nil) ⇒ RemoteExceptionMS
Returns a new instance of RemoteExceptionMS.
252 253 254 255 256 257 |
# File 'lib/appswarm/secure_con.rb', line 252 def initialize(emb=nil) self.=[] if emb.is_a?(Exception) self.=[emb.to_s,emb.backtrace.to_s] end end |
Instance Attribute Details
#embedded ⇒ Object
Returns the value of attribute embedded
250 251 252 |
# File 'lib/appswarm/secure_con.rb', line 250 def @embedded end |