Class: A2A::Proto::HttpBinding

Inherits:
Data
  • Object
show all
Defined in:
lib/a2a/proto.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



28
29
30
# File 'lib/a2a/proto.rb', line 28

def body
  @body
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



28
29
30
# File 'lib/a2a/proto.rb', line 28

def path
  @path
end

#verbObject (readonly)

Returns the value of attribute verb

Returns:

  • (Object)

    the current value of verb



28
29
30
# File 'lib/a2a/proto.rb', line 28

def verb
  @verb
end