Class: RequestHandler::Builder::BodyBuilder::Body
- Inherits:
-
Struct
- Object
- Struct
- RequestHandler::Builder::BodyBuilder::Body
- Defined in:
- lib/request_handler/builder/body_builder.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
8 9 10 |
# File 'lib/request_handler/builder/body_builder.rb', line 8 def @options end |
#schema ⇒ Object
Returns the value of attribute schema
8 9 10 |
# File 'lib/request_handler/builder/body_builder.rb', line 8 def schema @schema end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/request_handler/builder/body_builder.rb', line 8 def type @type end |