Class: Thrifter::RPC
- Inherits:
-
Struct
- Object
- Struct
- Thrifter::RPC
- Defined in:
- lib/thrifter.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
19 20 21 |
# File 'lib/thrifter.rb', line 19 def args @args end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/thrifter.rb', line 19 def name @name end |