Class: Vk::API::Storage::Methods::Get
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Storage::Methods::Get
- Defined in:
- lib/vk/api/storage/methods/get.rb
Overview
Returns a value of variable with the name set by key parameter.
Arguments collapse
Instance Method Summary collapse
- #initialize(arguments) ⇒ Storage::Methods::Get constructor
Methods inherited from Schema::Method
Constructor Details
Instance Method Details
#key ⇒ String
25 |
# File 'lib/vk/api/storage/methods/get.rb', line 25 attribute :key, API::Types::Coercible::String.optional.default(nil) |
#keys ⇒ Array
27 |
# File 'lib/vk/api/storage/methods/get.rb', line 27 attribute :keys, API::Types::Coercible::Array.member(API::Types::Coercible::String).constrained(max_size: 1000).optional.default(nil) |