Class: Ducktrap::Builder

Inherits:
Object
  • Object
show all
Includes:
AbstractType, Adamantium::Flat
Defined in:
lib/ducktrap/builder.rb

Overview

Abstract base class for builders

Instance Attribute Summary collapse

Instance Attribute Details

#klassClass:Ducktrap (readonly)

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.

Return class to build

Returns:

  • (Class:Ducktrap)


12
13
14
# File 'lib/ducktrap/builder.rb', line 12

def klass
  @klass
end