Class: Vk::API::Users::CropPhoto

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/users/crop_photo.rb

Overview

Instance Method Summary collapse

Instance Method Details

#cropObject



13
# File 'lib/vk/api/users/crop_photo.rb', line 13

attribute :crop, API::Types::Coercible::Hash.optional.default(nil)

#photoAPI::Photos::Photo



11
# File 'lib/vk/api/users/crop_photo.rb', line 11

attribute :photo, Dry::Types[API::Photos::Photo].optional.default(nil)

#rectObject



15
# File 'lib/vk/api/users/crop_photo.rb', line 15

attribute :rect, API::Types::Coercible::Hash.optional.default(nil)