Class: KudagoClient::Entities::Event::Participant
- Inherits:
-
Struct
- Object
- Struct
- KudagoClient::Entities::Event::Participant
- Defined in:
- lib/kudago_client/entities/event.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
Returns the value of attribute agent.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#agent ⇒ Object
Returns the value of attribute agent
21 22 23 |
# File 'lib/kudago_client/entities/event.rb', line 21 def agent @agent end |
#role ⇒ Object
Returns the value of attribute role
21 22 23 |
# File 'lib/kudago_client/entities/event.rb', line 21 def role @role end |