Class: GRPCWeb::GRPCWebRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/grpc_web/grpc_web_request.rb

Instance Attribute Summary collapse

Instance Attribute Details

#acceptObject

Returns the value of attribute accept

Returns:

  • (Object)

    the current value of accept



4
5
6
# File 'lib/grpc_web/grpc_web_request.rb', line 4

def accept
  @accept
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



4
5
6
# File 'lib/grpc_web/grpc_web_request.rb', line 4

def body
  @body
end

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



4
5
6
# File 'lib/grpc_web/grpc_web_request.rb', line 4

def content_type
  @content_type
end

#serviceObject

Returns the value of attribute service

Returns:

  • (Object)

    the current value of service



4
5
6
# File 'lib/grpc_web/grpc_web_request.rb', line 4

def service
  @service
end

#service_methodObject

Returns the value of attribute service_method

Returns:

  • (Object)

    the current value of service_method



4
5
6
# File 'lib/grpc_web/grpc_web_request.rb', line 4

def service_method
  @service_method
end