Method: FlexTrans::Pool.fetch

Defined in:
lib/flex_trans/pool.rb

.fetch(*args) ⇒ Object



9
10
11
12
# File 'lib/flex_trans/pool.rb', line 9

def self.fetch(*args)
  map_type = Struct.new(:id, :name)
  [map_type.new(1, 'Akira Suenami')]
end