Sha256: bf465e1c8f06947d582c290c13ff64b2567850a498e1987ccc3940385b40de6f

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

class TokyoMetro::Api::StationFacility::Info::Platform::Info::SurroundingArea::Info < TokyoMetro::Api::StationFacility::Info::Platform::Info::Common::Info

  def initialize( name_ja )
    @name_ja = name_ja
  end

  attr_reader :name_ja

  def self.factory_for_this_class
    factory_for_generating_platform_surrounding_area_info_from_string
  end

  def self.factory_for_seeding_this_class
    factory_for_seeding_platform_info_surrounding_area_info
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tokyo_metro-0.10.1 lib/tokyo_metro/api/station_facility/info/platform/info/surrounding_area/info.rb