Class: KudagoClient::Entities::Agent::Participation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



23
24
25
# File 'lib/kudago_client/entities/agent.rb', line 23

def event
  @event
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



23
24
25
# File 'lib/kudago_client/entities/agent.rb', line 23

def role
  @role
end