Exception: Secure::RemoteException

Inherits:
Exception
  • Object
show all
Defined in:
lib/appswarm/secure_con.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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.embedded
end

Instance Attribute Details

#embeddedObject (readonly)

Returns the value of attribute embedded.



261
262
263
# File 'lib/appswarm/secure_con.rb', line 261

def embedded
  @embedded
end

Instance Method Details

#to_sObject



265
266
267
# File 'lib/appswarm/secure_con.rb', line 265

def to_s
  super+":["+@embedded.to_s+"]"
end