Class: KudagoClient::Entities::Agent::Participation
- Inherits:
-
Struct
- Object
- Struct
- KudagoClient::Entities::Agent::Participation
- Defined in:
- lib/kudago_client/entities/agent.rb
Overview
id - идентификатор title - название slug - слаг favorites_count - сколько пользователей добавило событие в избранное comments_count - число комментариев к событию description - описание body_text - полное описание site_url - адрес события на сайте kudago.com disable_comments - выключены ли комментарии ctype - тип объекта images - картинки объекта agent_type - тип агента rank - рейтинг объекта participations - список участий агента
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
23 24 25 |
# File 'lib/kudago_client/entities/agent.rb', line 23 def event @event end |
#role ⇒ Object
Returns the value of attribute role
23 24 25 |
# File 'lib/kudago_client/entities/agent.rb', line 23 def role @role end |