Class: Vk::Schema::Generator::Errors
- Inherits:
-
Common
- Object
- Thor::Group
- Common
- Vk::Schema::Generator::Errors
show all
- Defined in:
- lib/vk/schema/generator/errors.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/errors.rb', line 10
argument :schema
|
Instance Method Details
#create_types ⇒ Object
12
13
14
|
# File 'lib/vk/schema/generator/errors.rb', line 12
def create_types
overwrite_template('errors.tt', 'lib/vk/api/errors.rb')
end
|