Class: Ratis::Timetable::Trip

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

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



3
4
5
# File 'lib/ratis/timetable/trip.rb', line 3

def comment
  @comment
end

#ratis_stop_idObject

Returns the value of attribute ratis_stop_id

Returns:

  • (Object)

    the current value of ratis_stop_id



3
4
5
# File 'lib/ratis/timetable/trip.rb', line 3

def ratis_stop_id
  @ratis_stop_id
end

#signObject

Returns the value of attribute sign

Returns:

  • (Object)

    the current value of sign



3
4
5
# File 'lib/ratis/timetable/trip.rb', line 3

def sign
  @sign
end

#timesObject

Returns the value of attribute times

Returns:

  • (Object)

    the current value of times



3
4
5
# File 'lib/ratis/timetable/trip.rb', line 3

def times
  @times
end