Class: Bridgetown::Webfinger::Builder
- Inherits:
-
Builder
- Object
- Builder
- Bridgetown::Webfinger::Builder
- Includes:
- Logging
- Defined in:
- lib/bridgetown/webfinger/builder.rb
Overview
The [builder class] for working with Webfinger in Bridgetown
[1]: www.bridgetownrb.com/docs/plugins#introduction-to-the-builder-api
Defined Under Namespace
Classes: StaticFile
Instance Method Summary collapse
-
#build ⇒ void
private
The hook method for enabling the builder’s behavior.
Methods included from Logging
Instance Method Details
#build ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
The hook method for enabling the builder’s behavior
17 18 19 |
# File 'lib/bridgetown/webfinger/builder.rb', line 17 def build generator :static_file end |