Class: Vk::API::Errors::APIErrorAdsSpecific
- Defined in:
- lib/vk/api/errors.rb
Instance Method Summary collapse
- #code ⇒ Object
-
#initialize(msg = 'Some ads error occured') ⇒ APIErrorAdsSpecific
constructor
A new instance of APIErrorAdsSpecific.
Constructor Details
#initialize(msg = 'Some ads error occured') ⇒ APIErrorAdsSpecific
Returns a new instance of APIErrorAdsSpecific.
272 273 274 |
# File 'lib/vk/api/errors.rb', line 272 def initialize(msg = 'Some ads error occured') super end |
Instance Method Details
#code ⇒ Object
276 277 278 |
# File 'lib/vk/api/errors.rb', line 276 def code 603 end |