Class: Decisive::DSL::Column

Inherits:
Struct
  • Object
show all
Defined in:
lib/decisive/template_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



29
30
31
# File 'lib/decisive/template_handler.rb', line 29

def block
  @block
end

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



29
30
31
# File 'lib/decisive/template_handler.rb', line 29

def field
  @field
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



29
30
31
# File 'lib/decisive/template_handler.rb', line 29

def label
  @label
end