Class: Vk::API::Ads::Account
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Ads::Account
- Defined in:
- lib/vk/api/ads/account.rb
Overview
Instance Method Summary collapse
- #access_role ⇒ API::Ads::AccessRole
-
#account_id ⇒ Integer
Account ID.
-
#account_status ⇒ API::Base::BoolInt
Information whether account is active.
-
#account_type ⇒ String
Account type.
Instance Method Details
#access_role ⇒ API::Ads::AccessRole
17 |
# File 'lib/vk/api/ads/account.rb', line 17 attribute :access_role, API::Ads::AccessRole |
#account_id ⇒ Integer
Returns Account ID.
11 |
# File 'lib/vk/api/ads/account.rb', line 11 attribute :account_id, API::Types::Coercible::Int |
#account_status ⇒ API::Base::BoolInt
Returns Information whether account is active.
15 |
# File 'lib/vk/api/ads/account.rb', line 15 attribute :account_status, API::Base::BoolInt |