Exception: Secure::RemoteException
- Inherits:
-
Exception
- Object
- Exception
- Secure::RemoteException
- Defined in:
- lib/appswarm/secure_con.rb
Instance Attribute Summary collapse
-
#embedded ⇒ Object
readonly
Returns the value of attribute embedded.
Instance Method Summary collapse
-
#initialize(rems) ⇒ RemoteException
constructor
A new instance of RemoteException.
- #to_s ⇒ Object
Constructor Details
#initialize(rems) ⇒ RemoteException
Returns a new instance of RemoteException.
262 263 264 |
# File 'lib/appswarm/secure_con.rb', line 262 def initialize(rems) @embedded=rems. end |
Instance Attribute Details
#embedded ⇒ Object (readonly)
Returns the value of attribute embedded.
261 262 263 |
# File 'lib/appswarm/secure_con.rb', line 261 def @embedded end |
Instance Method Details
#to_s ⇒ Object
265 266 267 |
# File 'lib/appswarm/secure_con.rb', line 265 def to_s super+":["+@embedded.to_s+"]" end |