Class: Vk::API::Errors::APIErrorAdsPermission
- Defined in:
- lib/vk/api/errors.rb
Instance Method Summary collapse
- #code ⇒ Object
-
#initialize(msg = 'Permission denied. You have no access to operations specified with given object(s)') ⇒ APIErrorAdsPermission
constructor
A new instance of APIErrorAdsPermission.
Constructor Details
#initialize(msg = 'Permission denied. You have no access to operations specified with given object(s)') ⇒ APIErrorAdsPermission
Returns a new instance of APIErrorAdsPermission.
282 283 284 |
# File 'lib/vk/api/errors.rb', line 282 def initialize(msg = 'Permission denied. You have no access to operations specified with given object(s)') super end |
Instance Method Details
#code ⇒ Object
286 287 288 |
# File 'lib/vk/api/errors.rb', line 286 def code 600 end |