Class: Nextbus::Report

Inherits:
Object
  • Object
show all
Includes:
AttrWithDefault, InstantiateWithAttrs
Defined in:
lib/nextbus/report.rb

Instance Attribute Summary collapse

Method Summary

Methods included from AttrWithDefault

included

Methods included from InstantiateWithAttrs

#initialize

Instance Attribute Details

#directionObject

Returns the value of attribute direction.



7
8
9
# File 'lib/nextbus/report.rb', line 7

def direction
  @direction
end

#headingObject

Returns the value of attribute heading.



7
8
9
# File 'lib/nextbus/report.rb', line 7

def heading
  @heading
end

#latObject

Returns the value of attribute lat.



7
8
9
# File 'lib/nextbus/report.rb', line 7

def lat
  @lat
end

#lonObject

Returns the value of attribute lon.



7
8
9
# File 'lib/nextbus/report.rb', line 7

def lon
  @lon
end

#timeObject

Returns the value of attribute time.



7
8
9
# File 'lib/nextbus/report.rb', line 7

def time
  @time
end

#vehicleObject

Returns the value of attribute vehicle.



7
8
9
# File 'lib/nextbus/report.rb', line 7

def vehicle
  @vehicle
end