Class: Locomotive::RteInput::TableForm

Inherits:
Struct
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/inputs/locomotive/rte_input.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



63
64
65
# File 'app/inputs/locomotive/rte_input.rb', line 63

def class_name
  @class_name
end

#colsObject

Returns the value of attribute cols

Returns:

  • (Object)

    the current value of cols



63
64
65
# File 'app/inputs/locomotive/rte_input.rb', line 63

def cols
  @cols
end

#headObject

Returns the value of attribute head

Returns:

  • (Object)

    the current value of head



63
64
65
# File 'app/inputs/locomotive/rte_input.rb', line 63

def head
  @head
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



63
64
65
# File 'app/inputs/locomotive/rte_input.rb', line 63

def rows
  @rows
end