Class: HighLevel::Models::Funnels::RedirectResponseDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/funnels/redirect_response_dto.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/redirect_response_dto.rb', line 9

def action
  @action
end

#domainObject (readonly)

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



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

def domain
  @domain
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
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/redirect_response_dto.rb', line 9

def location_id
  @location_id
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#path_lowercaseObject (readonly)

Returns the value of attribute path_lowercase

Returns:

  • (Object)

    the current value of path_lowercase



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

def path_lowercase
  @path_lowercase
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/redirect_response_dto.rb', line 9

def target
  @target
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end