Class: Vk::Schema::Definition::Error
- Inherits:
-
Vk::Schema::Definition
- Object
- Vk::Schema::Definition
- Vk::Schema::Definition::Error
- Defined in:
- lib/vk/schema/definition/error.rb
Instance Attribute Summary
Attributes inherited from Vk::Schema::Definition
Instance Method Summary collapse
Methods inherited from Vk::Schema::Definition
#description, #initialize, #to_s
Constructor Details
This class inherits a constructor from Vk::Schema::Definition
Instance Method Details
#code ⇒ String
14 15 16 |
# File 'lib/vk/schema/definition/error.rb', line 14 def code definition['code'] end |
#type_name ⇒ String
9 10 11 |
# File 'lib/vk/schema/definition/error.rb', line 9 def type_name name.camelize end |