Class: Bridgetown::Webfinger::Builder

Inherits:
Builder
  • Object
show all
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

Methods included from Logging

included, #warn

Instance Method Details

#buildvoid

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

Since:

  • 0.1.0



17
18
19
# File 'lib/bridgetown/webfinger/builder.rb', line 17

def build
  generator :static_file
end