Class: KudagoClient::Entities::Event::Participant

Inherits:
Struct
  • Object
show all
Defined in:
lib/kudago_client/entities/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



21
22
23
# File 'lib/kudago_client/entities/event.rb', line 21

def agent
  @agent
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



21
22
23
# File 'lib/kudago_client/entities/event.rb', line 21

def role
  @role
end