Class: RailFeeds::NetworkRail::SMART::Berth

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_feeds/network_rail/smart.rb

Instance Attribute Summary collapse

Instance Attribute Details

#down_berthsObject

Returns the value of attribute down_berths

Returns:

  • (Object)

    the current value of down_berths



25
26
27
# File 'lib/rail_feeds/network_rail/smart.rb', line 25

def down_berths
  @down_berths
end

#down_stepsObject

Returns the value of attribute down_steps

Returns:

  • (Object)

    the current value of down_steps



25
26
27
# File 'lib/rail_feeds/network_rail/smart.rb', line 25

def down_steps
  @down_steps
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



25
26
27
# File 'lib/rail_feeds/network_rail/smart.rb', line 25

def id
  @id
end

#up_berthsObject

Returns the value of attribute up_berths

Returns:

  • (Object)

    the current value of up_berths



25
26
27
# File 'lib/rail_feeds/network_rail/smart.rb', line 25

def up_berths
  @up_berths
end

#up_stepsObject

Returns the value of attribute up_steps

Returns:

  • (Object)

    the current value of up_steps



25
26
27
# File 'lib/rail_feeds/network_rail/smart.rb', line 25

def up_steps
  @up_steps
end