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

Returns:

  • (Object)

    the current value of target



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

def target
  @target
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end