Class: GRPCWeb::GRPCWebResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



4
5
6
# File 'lib/grpc_web/grpc_web_response.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_response.rb', line 4

def content_type
  @content_type
end