Class: Secure::Call
- Inherits:
-
Struct
- Object
- Struct
- Secure::Call
- Defined in:
- lib/appswarm/secure_con.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#name ⇒ Object
Returns the value of attribute name.
-
#tx ⇒ Object
Returns the value of attribute tx.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
206 207 208 |
# File 'lib/appswarm/secure_con.rb', line 206 def args @args end |
#name ⇒ Object
Returns the value of attribute name
206 207 208 |
# File 'lib/appswarm/secure_con.rb', line 206 def name @name end |
#tx ⇒ Object
Returns the value of attribute tx
206 207 208 |
# File 'lib/appswarm/secure_con.rb', line 206 def tx @tx end |
#type ⇒ Object
Returns the value of attribute type
206 207 208 |
# File 'lib/appswarm/secure_con.rb', line 206 def type @type end |