class TokyoMetro::Factory::Get::Api::MetaClass::Find

Public Class Methods

new( data_id , *args ) click to toggle source

Constructor

# File lib/tokyo_metro/factory/get/api/meta_class/find.rb, line 4
def initialize( data_id , *args )
  super( *args )
  @data_id = data_id
end
process( http_client , *args ) click to toggle source
# File lib/tokyo_metro/factory/get/api/meta_class/find.rb, line 9
def self.process( http_client , *args )
  self.new( *args ).get_data( http_client )
end

Private Instance Methods

generate_new_array_instance( ary ) click to toggle source
# File lib/tokyo_metro/factory/get/api/meta_class/find.rb, line 15
def generate_new_array_instance( ary )
  ::TokyoMetro::Factory::Get::Api::MetaClass::Fundamental::Generator::NewArray::Find.process( ary )
end