Class: Locomotive::RteInput::LinkForm

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

Instance Attribute Summary collapse

Instance Attribute Details

#targetObject

Returns the value of attribute target



55
56
57
# File 'app/inputs/locomotive/rte_input.rb', line 55

def target
  @target
end

#titleObject

Returns the value of attribute title



55
56
57
# File 'app/inputs/locomotive/rte_input.rb', line 55

def title
  @title
end

#urlObject

Returns the value of attribute url



55
56
57
# File 'app/inputs/locomotive/rte_input.rb', line 55

def url
  @url
end