Class: RequestHandler::Builder::BodyBuilder::Body

Inherits:
Struct
  • Object
show all
Defined in:
lib/request_handler/builder/body_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



8
9
10
# File 'lib/request_handler/builder/body_builder.rb', line 8

def options
  @options
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



8
9
10
# File 'lib/request_handler/builder/body_builder.rb', line 8

def schema
  @schema
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/request_handler/builder/body_builder.rb', line 8

def type
  @type
end