Class: Vk::Schema::Generator::Client
- Inherits:
-
Common
- Object
- Thor::Group
- Common
- Vk::Schema::Generator::Client
show all
- Defined in:
- lib/vk/schema/generator/client.rb
Instance Attribute Summary collapse
Instance Method Summary
collapse
Methods inherited from Common
create_definition, source_root
Instance Attribute Details
10
|
# File 'lib/vk/schema/generator/client.rb', line 10
argument :schema
|
Instance Method Details
#create_client_methods ⇒ Object
12
13
14
|
# File 'lib/vk/schema/generator/client.rb', line 12
def create_client_methods
overwrite_template('client.tt', 'lib/vk/api/client.rb')
end
|