Class: VkGroupParser::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/vk_group_parser.rb

Class Attribute Summary collapse

Class Attribute Details

.group_idObject

Returns the value of attribute group_id.



17
18
19
# File 'lib/vk_group_parser.rb', line 17

def group_id
  @group_id
end

.notify_managerObject



20
21
22
# File 'lib/vk_group_parser.rb', line 20

def notify_manager
  @notify_manager ||= NotifyManager.new
end

.per_pageObject

Returns the value of attribute per_page.



17
18
19
# File 'lib/vk_group_parser.rb', line 17

def per_page
  @per_page
end

.user_fieldsObject



32
33
34
# File 'lib/vk_group_parser.rb', line 32

def user_fields
  @user_fields ||= 'sex'
end

.vk_clientObject



24
25
26
# File 'lib/vk_group_parser.rb', line 24

def vk_client
  @vk_client ||= VkontakteApi::Client.new
end