class ActiveBlocks::Decorator::Attributes::Definition
Attributes
name[R]
options[R]
Public Class Methods
new(name, options={})
click to toggle source
# File lib/active_blocks/decorator/attributes/definition.rb, line 9 def initialize(name, options={}) @name = name @options = options end