Class: RailFeeds::NetworkRail::SMART::Berth
- Inherits:
-
Struct
- Object
- Struct
- RailFeeds::NetworkRail::SMART::Berth
- Defined in:
- lib/rail_feeds/network_rail/smart.rb
Instance Attribute Summary collapse
-
#down_berths ⇒ Object
Returns the value of attribute down_berths.
-
#down_steps ⇒ Object
Returns the value of attribute down_steps.
-
#id ⇒ Object
Returns the value of attribute id.
-
#up_berths ⇒ Object
Returns the value of attribute up_berths.
-
#up_steps ⇒ Object
Returns the value of attribute up_steps.
Instance Attribute Details
#down_berths ⇒ Object
Returns the value of attribute down_berths
25 26 27 |
# File 'lib/rail_feeds/network_rail/smart.rb', line 25 def down_berths @down_berths end |
#down_steps ⇒ Object
Returns the value of attribute down_steps
25 26 27 |
# File 'lib/rail_feeds/network_rail/smart.rb', line 25 def down_steps @down_steps end |
#id ⇒ Object
Returns the value of attribute id
25 26 27 |
# File 'lib/rail_feeds/network_rail/smart.rb', line 25 def id @id end |
#up_berths ⇒ Object
Returns the value of attribute up_berths
25 26 27 |
# File 'lib/rail_feeds/network_rail/smart.rb', line 25 def up_berths @up_berths end |
#up_steps ⇒ Object
Returns the value of attribute up_steps
25 26 27 |
# File 'lib/rail_feeds/network_rail/smart.rb', line 25 def up_steps @up_steps end |