Class: Locomotive::RteInput::ImageForm

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

Instance Attribute Summary collapse

Instance Attribute Details

#alignmentObject

Returns the value of attribute alignment

Returns:

  • (Object)

    the current value of alignment



59
60
61
# File 'app/inputs/locomotive/rte_input.rb', line 59

def alignment
  @alignment
end

#altObject

Returns the value of attribute alt

Returns:

  • (Object)

    the current value of alt



59
60
61
# File 'app/inputs/locomotive/rte_input.rb', line 59

def alt
  @alt
end

#srcObject

Returns the value of attribute src

Returns:

  • (Object)

    the current value of src



59
60
61
# File 'app/inputs/locomotive/rte_input.rb', line 59

def src
  @src
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



59
60
61
# File 'app/inputs/locomotive/rte_input.rb', line 59

def title
  @title
end