Class: Vk::API::Stats::WallpostStat

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/stats/wallpost_stat.rb

Overview

Direct Known Subclasses

Ads::PostStats

Instance Method Summary collapse

Instance Method Details

#hideInteger

Returns Hidings number.

Returns:

  • (Integer)

    Hidings number



23
# File 'lib/vk/api/stats/wallpost_stat.rb', line 23

attribute :hide, API::Types::Coercible::Int.optional.default(nil)

#join_groupInteger

Returns People have joined the group.

Returns:

  • (Integer)

    People have joined the group



19
# File 'lib/vk/api/stats/wallpost_stat.rb', line 19

attribute :join_group, API::Types::Coercible::Int.optional.default(nil)

Returns LInk clickthrough.

Returns:

  • (Integer)

    LInk clickthrough



15
# File 'lib/vk/api/stats/wallpost_stat.rb', line 15

attribute :links, API::Types::Coercible::Int.optional.default(nil)

#reach_subscribersInteger

Returns Subscribers reach.

Returns:

  • (Integer)

    Subscribers reach



11
# File 'lib/vk/api/stats/wallpost_stat.rb', line 11

attribute :reach_subscribers, API::Types::Coercible::Int.optional.default(nil)

#reach_totalInteger

Returns Total reach.

Returns:

  • (Integer)

    Total reach



13
# File 'lib/vk/api/stats/wallpost_stat.rb', line 13

attribute :reach_total, API::Types::Coercible::Int.optional.default(nil)

#reportInteger

Returns Reports number.

Returns:

  • (Integer)

    Reports number



21
# File 'lib/vk/api/stats/wallpost_stat.rb', line 21

attribute :report, API::Types::Coercible::Int.optional.default(nil)

#to_groupInteger

Returns Clickthrough to community.

Returns:

  • (Integer)

    Clickthrough to community



17
# File 'lib/vk/api/stats/wallpost_stat.rb', line 17

attribute :to_group, API::Types::Coercible::Int.optional.default(nil)

#unsubscribeInteger

Returns Unsubscribed members.

Returns:

  • (Integer)

    Unsubscribed members



25
# File 'lib/vk/api/stats/wallpost_stat.rb', line 25

attribute :unsubscribe, API::Types::Coercible::Int.optional.default(nil)