Class: A2A::Proto::HttpBinding
- Inherits:
-
Data
- Object
- Data
- A2A::Proto::HttpBinding
- Defined in:
- lib/a2a/proto.rb
Overview
— Data classes —————————————————
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#verb ⇒ Object
readonly
Returns the value of attribute verb.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
28 29 30 |
# File 'lib/a2a/proto.rb', line 28 def body @body end |
#path ⇒ Object (readonly)
Returns the value of attribute path
28 29 30 |
# File 'lib/a2a/proto.rb', line 28 def path @path end |
#verb ⇒ Object (readonly)
Returns the value of attribute verb
28 29 30 |
# File 'lib/a2a/proto.rb', line 28 def verb @verb end |