Class: Vk::API::Groups::ContactsItem
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Groups::ContactsItem
- Defined in:
- lib/vk/api/groups/contacts_item.rb
Overview
Instance Method Summary collapse
-
#desc ⇒ String
Contact description.
-
#email ⇒ String
Contact email.
-
#phone ⇒ String
Contact phone.
-
#user_id ⇒ Integer
User ID.
Instance Method Details
#desc ⇒ String
Returns Contact description.
13 |
# File 'lib/vk/api/groups/contacts_item.rb', line 13 attribute :desc, API::Types::Coercible::String.optional.default(nil) |
#email ⇒ String
Returns Contact email.
15 |
# File 'lib/vk/api/groups/contacts_item.rb', line 15 attribute :email, API::Types::Coercible::String.optional.default(nil) |