Class: HighLevel::Models::Funnels::CreateRedirectParams
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Funnels::CreateRedirectParams
- Defined in:
- lib/high_level/models/funnels/create_redirect_params.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#domain ⇒ Object
readonly
Returns the value of attribute domain.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#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/create_redirect_params.rb', line 9 def action @action end |
#domain ⇒ Object (readonly)
Returns the value of attribute domain
9 10 11 |
# File 'lib/high_level/models/funnels/create_redirect_params.rb', line 9 def domain @domain end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/funnels/create_redirect_params.rb', line 9 def location_id @location_id end |
#path ⇒ Object (readonly)
Returns the value of attribute path
9 10 11 |
# File 'lib/high_level/models/funnels/create_redirect_params.rb', line 9 def path @path end |
#target ⇒ Object (readonly)
Returns the value of attribute target
9 10 11 |
# File 'lib/high_level/models/funnels/create_redirect_params.rb', line 9 def target @target end |