Class: Ratis::Timetable::Stop

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

Instance Attribute Summary collapse

Instance Attribute Details

#areaObject

Returns the value of attribute area

Returns:

  • (Object)

    the current value of area



4
5
6
# File 'lib/ratis/timetable/stop.rb', line 4

def area
  @area
end

#atis_stop_idObject

Returns the value of attribute atis_stop_id

Returns:

  • (Object)

    the current value of atis_stop_id



4
5
6
# File 'lib/ratis/timetable/stop.rb', line 4

def atis_stop_id
  @atis_stop_id
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



4
5
6
# File 'lib/ratis/timetable/stop.rb', line 4

def description
  @description
end

#ratis_stop_idObject

Returns the value of attribute ratis_stop_id

Returns:

  • (Object)

    the current value of ratis_stop_id



4
5
6
# File 'lib/ratis/timetable/stop.rb', line 4

def ratis_stop_id
  @ratis_stop_id
end

#stop_idObject

Returns the value of attribute stop_id

Returns:

  • (Object)

    the current value of stop_id



4
5
6
# File 'lib/ratis/timetable/stop.rb', line 4

def stop_id
  @stop_id
end