Class: Locomotive::RteInput::ImageForm
- Inherits:
-
Struct
- Object
- Struct
- Locomotive::RteInput::ImageForm
- Includes:
- ActiveModel::Model
- Defined in:
- app/inputs/locomotive/rte_input.rb
Instance Attribute Summary collapse
-
#alignment ⇒ Object
Returns the value of attribute alignment.
-
#alt ⇒ Object
Returns the value of attribute alt.
-
#src ⇒ Object
Returns the value of attribute src.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#alignment ⇒ Object
Returns the value of attribute alignment
59 60 61 |
# File 'app/inputs/locomotive/rte_input.rb', line 59 def alignment @alignment end |
#alt ⇒ Object
Returns the value of attribute alt
59 60 61 |
# File 'app/inputs/locomotive/rte_input.rb', line 59 def alt @alt end |
#src ⇒ Object
Returns the value of attribute src
59 60 61 |
# File 'app/inputs/locomotive/rte_input.rb', line 59 def src @src end |
#title ⇒ Object
Returns the value of attribute title
59 60 61 |
# File 'app/inputs/locomotive/rte_input.rb', line 59 def title @title end |