Class: GpxDoctor::Models::Link
- Inherits:
-
Struct
- Object
- Struct
- GpxDoctor::Models::Link
- Defined in:
- lib/gpx_doctor/models/link.rb
Instance Attribute Summary collapse
-
#href ⇒ Object
Returns the value of attribute href.
-
#text ⇒ Object
Returns the value of attribute text.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#href ⇒ Object
Returns the value of attribute href
5 6 7 |
# File 'lib/gpx_doctor/models/link.rb', line 5 def href @href end |
#text ⇒ Object
Returns the value of attribute text
5 6 7 |
# File 'lib/gpx_doctor/models/link.rb', line 5 def text @text end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/gpx_doctor/models/link.rb', line 5 def type @type end |