Class: RequestHandler::Builder::MultipartResourceBuilder::MultipartResource
- Inherits:
-
Struct
- Object
- Struct
- RequestHandler::Builder::MultipartResourceBuilder::MultipartResource
- Defined in:
- lib/request_handler/builder/multipart_resource_builder.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#required ⇒ Object
Returns the value of attribute required.
-
#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/multipart_resource_builder.rb', line 8 def @options end |
#required ⇒ Object
Returns the value of attribute required
8 9 10 |
# File 'lib/request_handler/builder/multipart_resource_builder.rb', line 8 def required @required end |
#schema ⇒ Object
Returns the value of attribute schema
8 9 10 |
# File 'lib/request_handler/builder/multipart_resource_builder.rb', line 8 def schema @schema end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/request_handler/builder/multipart_resource_builder.rb', line 8 def type @type end |