Class: StrapiRuby::Endpoint::Builder
- Inherits:
-
Object
- Object
- StrapiRuby::Endpoint::Builder
- Defined in:
- lib/strapi_ruby/endpoint/builder.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options = {}) ⇒ Builder
constructor
A new instance of Builder.
Constructor Details
Instance Method Details
#call ⇒ Object
11 12 13 14 15 |
# File 'lib/strapi_ruby/endpoint/builder.rb', line 11 def call build_endpoint append_query @result end |