Class: Vk::API::Photos::Methods::SaveOwnerPhoto
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Photos::Methods::SaveOwnerPhoto
- Defined in:
- lib/vk/api/photos/methods/save_owner_photo.rb
Overview
Saves a profile or community photo.
Arguments collapse
-
#hash ⇒ String
Parameter returned after .
-
#photo ⇒ String
Parameter returned after .
-
#server ⇒ String
Parameter returned after .
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Photos::Methods::SaveOwnerPhoto
|
# File 'lib/vk/api/photos/methods/save_owner_photo.rb', line 15
|
Instance Method Details
#hash ⇒ String
Returns parameter returned after .
27 |
# File 'lib/vk/api/photos/methods/save_owner_photo.rb', line 27 attribute :hash, API::Types::Coercible::String.optional.default(nil) |