Class: Vk::API::Errors::APIErrorDisabled
- Defined in:
- lib/vk/api/errors.rb
Instance Method Summary collapse
- #code ⇒ Object
-
#initialize(msg = 'Application is disabled. Enable your application or use test mode') ⇒ APIErrorDisabled
constructor
A new instance of APIErrorDisabled.
Constructor Details
#initialize(msg = 'Application is disabled. Enable your application or use test mode') ⇒ APIErrorDisabled
Returns a new instance of APIErrorDisabled.
22 23 24 |
# File 'lib/vk/api/errors.rb', line 22 def initialize(msg = 'Application is disabled. Enable your application or use test mode') super end |
Instance Method Details
#code ⇒ Object
26 27 28 |
# File 'lib/vk/api/errors.rb', line 26 def code 2 end |