class Locomotive::Wagon::Generators::BlockSetting

Attributes

block_type[R]

Public Class Methods

new(block_type, id, type, label = nil) click to toggle source
# File lib/locomotive/wagon/generators/section.rb, line 178
def initialize(block_type, id, type, label = nil)
  super(id, type, label)
  @block_type = block_type
end