Class: Nextbus::Report
- Inherits:
-
Object
- Object
- Nextbus::Report
- Includes:
- AttrWithDefault, InstantiateWithAttrs
- Defined in:
- lib/nextbus/report.rb
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#heading ⇒ Object
Returns the value of attribute heading.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#lon ⇒ Object
Returns the value of attribute lon.
-
#time ⇒ Object
Returns the value of attribute time.
-
#vehicle ⇒ Object
Returns the value of attribute vehicle.
Method Summary
Methods included from AttrWithDefault
Methods included from InstantiateWithAttrs
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction.
7 8 9 |
# File 'lib/nextbus/report.rb', line 7 def direction @direction end |
#heading ⇒ Object
Returns the value of attribute heading.
7 8 9 |
# File 'lib/nextbus/report.rb', line 7 def heading @heading end |
#lat ⇒ Object
Returns the value of attribute lat.
7 8 9 |
# File 'lib/nextbus/report.rb', line 7 def lat @lat end |
#lon ⇒ Object
Returns the value of attribute lon.
7 8 9 |
# File 'lib/nextbus/report.rb', line 7 def lon @lon end |
#time ⇒ Object
Returns the value of attribute time.
7 8 9 |
# File 'lib/nextbus/report.rb', line 7 def time @time end |
#vehicle ⇒ Object
Returns the value of attribute vehicle.
7 8 9 |
# File 'lib/nextbus/report.rb', line 7 def vehicle @vehicle end |