Class: Awis::Models::RelatedLink
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- Awis::Models::RelatedLink
- Defined in:
- lib/awis/models/url_info.rb
Instance Attribute Summary collapse
-
#data_url ⇒ Object
Returns the value of attribute data_url.
-
#navigable_url ⇒ Object
Returns the value of attribute navigable_url.
-
#title ⇒ Object
Returns the value of attribute title.
Method Summary
Methods inherited from BaseEntity
Methods included from Utils::Variable
Constructor Details
This class inherits a constructor from Awis::Models::BaseEntity
Instance Attribute Details
#data_url ⇒ Object
Returns the value of attribute data_url.
358 359 360 |
# File 'lib/awis/models/url_info.rb', line 358 def data_url @data_url end |
#navigable_url ⇒ Object
Returns the value of attribute navigable_url.
358 359 360 |
# File 'lib/awis/models/url_info.rb', line 358 def navigable_url @navigable_url end |
#title ⇒ Object
Returns the value of attribute title.
358 359 360 |
# File 'lib/awis/models/url_info.rb', line 358 def title @title end |