class TokyoMetro::Factory::Generate::Static::OperationDay::Info

Public Class Methods

hash_keys() click to toggle source
# File lib/tokyo_metro/factory/generate/static/operation_day/info.rb, line 9
def self.hash_keys
  [ :name_ja , :name_en , :same_as ]
end
new(h) click to toggle source
# File lib/tokyo_metro/factory/generate/static/operation_day/info.rb, line 5
def initialize(h)
  @h = h.with_indifferent_access
end