Class: A2A::Protocol::Protobuf::HttpBinding

Inherits:
Data
  • Object
show all
Defined in:
lib/a2a/protocol/protobuf.rb

Overview

--- Data classes ---------------------------------------------------

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



29
30
31
# File 'lib/a2a/protocol/protobuf.rb', line 29

def body
  @body
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



29
30
31
# File 'lib/a2a/protocol/protobuf.rb', line 29

def path
  @path
end

#verbObject (readonly)

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



29
30
31
# File 'lib/a2a/protocol/protobuf.rb', line 29

def verb
  @verb
end