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