Class: VkGroupParser::Config
- Inherits:
-
Object
- Object
- VkGroupParser::Config
- Defined in:
- lib/vk_group_parser.rb
Class Attribute Summary collapse
-
.group_id ⇒ Object
Returns the value of attribute group_id.
- .notify_manager ⇒ Object
-
.per_page ⇒ Object
Returns the value of attribute per_page.
- .user_fields ⇒ Object
- .vk_client ⇒ Object
Class Attribute Details
.group_id ⇒ Object
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_manager ⇒ Object
20 21 22 |
# File 'lib/vk_group_parser.rb', line 20 def notify_manager @notify_manager ||= NotifyManager.new end |
.per_page ⇒ Object
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_fields ⇒ Object
32 33 34 |
# File 'lib/vk_group_parser.rb', line 32 def user_fields @user_fields ||= 'sex' end |
.vk_client ⇒ Object
24 25 26 |
# File 'lib/vk_group_parser.rb', line 24 def vk_client @vk_client ||= VkontakteApi::Client.new end |