Class: Locomotive::RteInput::LinkForm
- Inherits:
-
Struct
- Object
- Struct
- Locomotive::RteInput::LinkForm
- Includes:
- ActiveModel::Model
- Defined in:
- app/inputs/locomotive/rte_input.rb
Instance Attribute Summary collapse
-
#target ⇒ Object
Returns the value of attribute target.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#target ⇒ Object
Returns the value of attribute target
55 56 57 |
# File 'app/inputs/locomotive/rte_input.rb', line 55 def target @target end |
#title ⇒ Object
Returns the value of attribute title
55 56 57 |
# File 'app/inputs/locomotive/rte_input.rb', line 55 def title @title end |
#url ⇒ Object
Returns the value of attribute url
55 56 57 |
# File 'app/inputs/locomotive/rte_input.rb', line 55 def url @url end |