Class: GpxDoctor::Models::Link

Inherits:
Struct
  • Object
show all
Defined in:
lib/gpx_doctor/models/link.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hrefObject

Returns the value of attribute href

Returns:

  • (Object)

    the current value of href



5
6
7
# File 'lib/gpx_doctor/models/link.rb', line 5

def href
  @href
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



5
6
7
# File 'lib/gpx_doctor/models/link.rb', line 5

def text
  @text
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/gpx_doctor/models/link.rb', line 5

def type
  @type
end