Class: Vk::API::Account::PushParams

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/account/push_params.rb

Overview

Instance Method Summary collapse

Instance Method Details

#app_requestArray



43
# File 'lib/vk/api/account/push_params.rb', line 43

attribute :app_request, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#birthdayArray



49
# File 'lib/vk/api/account/push_params.rb', line 49

attribute :birthday, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#chatArray



13
# File 'lib/vk/api/account/push_params.rb', line 13

attribute :chat, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil)

#commentArray



23
# File 'lib/vk/api/account/push_params.rb', line 23

attribute :comment, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil)

#event_soonArray



39
# File 'lib/vk/api/account/push_params.rb', line 39

attribute :event_soon, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#friendArray



15
# File 'lib/vk/api/account/push_params.rb', line 15

attribute :friend, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#friend_acceptedArray



19
# File 'lib/vk/api/account/push_params.rb', line 19

attribute :friend_accepted, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#friend_foundArray



17
# File 'lib/vk/api/account/push_params.rb', line 17

attribute :friend_found, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#group_acceptedArray



37
# File 'lib/vk/api/account/push_params.rb', line 37

attribute :group_accepted, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#group_inviteArray



35
# File 'lib/vk/api/account/push_params.rb', line 35

attribute :group_invite, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#likeArray



27
# File 'lib/vk/api/account/push_params.rb', line 27

attribute :like, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil)

#mentionArray



25
# File 'lib/vk/api/account/push_params.rb', line 25

attribute :mention, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil)

#msgArray



11
# File 'lib/vk/api/account/push_params.rb', line 11

attribute :msg, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil)

#new_postArray



47
# File 'lib/vk/api/account/push_params.rb', line 47

attribute :new_post, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#photos_tagArray



41
# File 'lib/vk/api/account/push_params.rb', line 41

attribute :photos_tag, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil)

#replyArray



21
# File 'lib/vk/api/account/push_params.rb', line 21

attribute :reply, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#repostArray



29
# File 'lib/vk/api/account/push_params.rb', line 29

attribute :repost, API::Types::Coercible::Array.member(API::Types::Coercible::String).optional.default(nil)

#sdk_openArray



45
# File 'lib/vk/api/account/push_params.rb', line 45

attribute :sdk_open, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#wall_postArray



31
# File 'lib/vk/api/account/push_params.rb', line 31

attribute :wall_post, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)

#wall_publishArray



33
# File 'lib/vk/api/account/push_params.rb', line 33

attribute :wall_publish, API::Types::Coercible::Array.member(API::Account::OnoffOptions).optional.default(nil)