Class: HighLevel::Models::Links::LinkUpdateDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/links/link_update_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/links/link_update_dto.rb', line 9

def name
  @name
end

#redirect_toObject (readonly)

Returns the value of attribute redirect_to

Returns:

  • (Object)

    the current value of redirect_to



9
10
11
# File 'lib/high_level/models/links/link_update_dto.rb', line 9

def redirect_to
  @redirect_to
end