Class: HighLevel::Models::Links::LinksDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Links::LinksDto
- Defined in:
- lib/high_level/models/links/links_dto.rb
Instance Attribute Summary collapse
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#redirect_to ⇒ Object
readonly
Returns the value of attribute redirect_to.
Instance Attribute Details
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/links/links_dto.rb', line 9 def location_id @location_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/links/links_dto.rb', line 9 def name @name end |
#redirect_to ⇒ Object (readonly)
Returns the value of attribute redirect_to
9 10 11 |
# File 'lib/high_level/models/links/links_dto.rb', line 9 def redirect_to @redirect_to end |