Class: Vk::API::Secure::Responses::GetSmsHistoryResponse
- Inherits:
-
Schema::Response
- Object
- Dry::Struct
- Schema::Response
- Vk::API::Secure::Responses::GetSmsHistoryResponse
- Defined in:
- lib/vk/api/secure/responses/get_sms_history_response.rb
Overview
Instance Method Summary collapse
Instance Method Details
#response ⇒ Array
11 |
# File 'lib/vk/api/secure/responses/get_sms_history_response.rb', line 11 attribute :response, API::Types::Coercible::Array.member(API::Secure::SmsNotification).optional.default(nil) |