Class: Arpie::RPCall
- Inherits:
-
Struct
- Object
- Struct
- Arpie::RPCall
- Defined in:
- lib/arpie/protocol.rb
Overview
A RPC call. You need to wrap all calls sent over RPC protocols in this.
Instance Attribute Summary collapse
-
#argv ⇒ Object
Returns the value of attribute argv.
-
#meth ⇒ Object
Returns the value of attribute meth.
-
#ns ⇒ Object
Returns the value of attribute ns.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Attribute Details
#argv ⇒ Object
Returns the value of attribute argv
27 28 29 |
# File 'lib/arpie/protocol.rb', line 27 def argv @argv end |
#meth ⇒ Object
Returns the value of attribute meth
27 28 29 |
# File 'lib/arpie/protocol.rb', line 27 def meth @meth end |
#ns ⇒ Object
Returns the value of attribute ns
27 28 29 |
# File 'lib/arpie/protocol.rb', line 27 def ns @ns end |
#uuid ⇒ Object
Returns the value of attribute uuid
27 28 29 |
# File 'lib/arpie/protocol.rb', line 27 def uuid @uuid end |