Class: HighLevel::Models::Funnels::UpdateRedirectParams
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Funnels::UpdateRedirectParams
- Defined in:
- lib/high_level/models/funnels/update_redirect_params.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
9 10 11 |
# File 'lib/high_level/models/funnels/update_redirect_params.rb', line 9 def action @action end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/funnels/update_redirect_params.rb', line 9 def location_id @location_id end |
#target ⇒ Object (readonly)
Returns the value of attribute target
9 10 11 |
# File 'lib/high_level/models/funnels/update_redirect_params.rb', line 9 def target @target end |