Class: HighLevel::Models::Funnels::UpdateRedirectParams

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/funnels/update_redirect_params.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



9
10
11
# File 'lib/high_level/models/funnels/update_redirect_params.rb', line 9

def action
  @action
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/funnels/update_redirect_params.rb', line 9

def location_id
  @location_id
end

#targetObject (readonly)

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



9
10
11
# File 'lib/high_level/models/funnels/update_redirect_params.rb', line 9

def target
  @target
end