Class: Ratis::RouteStops::Stop

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

Instance Attribute Summary collapse

Instance Attribute Details

#alpha_seqObject

Returns the value of attribute alpha_seq



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

def alpha_seq
  @alpha_seq
end

#areaObject

Returns the value of attribute area



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

def area
  @area
end

#atis_stop_idObject

Returns the value of attribute atis_stop_id



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

def atis_stop_id
  @atis_stop_id
end

#descriptionObject

Returns the value of attribute description



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

def description
  @description
end

#latitudeObject

Returns the value of attribute latitude



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

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude



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

def longitude
  @longitude
end

#pointObject

Returns the value of attribute point



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

def point
  @point
end

#stop_idObject

Returns the value of attribute stop_id



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

def stop_id
  @stop_id
end

#stop_seqObject

Returns the value of attribute stop_seq



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

def stop_seq
  @stop_seq
end