Class: SOA::ServiceCall
- Inherits:
-
Struct
- Object
- Struct
- SOA::ServiceCall
- Defined in:
- lib/soa.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#route ⇒ Object
Returns the value of attribute route.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
4 5 6 |
# File 'lib/soa.rb', line 4 def args @args end |
#route ⇒ Object
Returns the value of attribute route
4 5 6 |
# File 'lib/soa.rb', line 4 def route @route end |
#service ⇒ Object
Returns the value of attribute service
4 5 6 |
# File 'lib/soa.rb', line 4 def service @service end |