Class: Ratis::Point2Point::Stop

Inherits:
Struct
  • Object
show all
Defined in:
lib/ratis/point_2_point/stop.rb

Instance Attribute Summary collapse

Instance Attribute Details

#atis_stop_idObject

Returns the value of attribute atis_stop_id

Returns:

  • (Object)

    the current value of atis_stop_id



3
4
5
# File 'lib/ratis/point_2_point/stop.rb', line 3

def atis_stop_id
  @atis_stop_id
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



3
4
5
# File 'lib/ratis/point_2_point/stop.rb', line 3

def description
  @description
end

#latitudeObject

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude



3
4
5
# File 'lib/ratis/point_2_point/stop.rb', line 3

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude



3
4
5
# File 'lib/ratis/point_2_point/stop.rb', line 3

def longitude
  @longitude
end

#walk_dirObject

Returns the value of attribute walk_dir

Returns:

  • (Object)

    the current value of walk_dir



3
4
5
# File 'lib/ratis/point_2_point/stop.rb', line 3

def walk_dir
  @walk_dir
end

#walk_distObject

Returns the value of attribute walk_dist

Returns:

  • (Object)

    the current value of walk_dist



3
4
5
# File 'lib/ratis/point_2_point/stop.rb', line 3

def walk_dist
  @walk_dist
end

#walk_hintObject

Returns the value of attribute walk_hint

Returns:

  • (Object)

    the current value of walk_hint



3
4
5
# File 'lib/ratis/point_2_point/stop.rb', line 3

def walk_hint
  @walk_hint
end