Class: Vk::API::Groups::Methods::SetCallbackServer
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Groups::Methods::SetCallbackServer
- Defined in:
- lib/vk/api/groups/methods/set_callback_server.rb
Overview
Allow to set server URL for the community. ; ;
Arguments collapse
-
#group_id ⇒ Integer
Community ID.
-
#server_url ⇒ String
Server URL.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Groups::Methods::SetCallbackServer
|
|
# File 'lib/vk/api/groups/methods/set_callback_server.rb', line 15
|
Instance Method Details
#group_id ⇒ Integer
Returns Community ID.
24 |
# File 'lib/vk/api/groups/methods/set_callback_server.rb', line 24 attribute :group_id, API::Types::Coercible::Int |
#server_url ⇒ String
Returns Server URL.
26 |
# File 'lib/vk/api/groups/methods/set_callback_server.rb', line 26 attribute :server_url, API::Types::Coercible::String.optional.default(nil) |