Class: Iriq::Event::ClusterAddition

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



20
21
22
# File 'lib/iriq/event.rb', line 20

def host
  @host
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



20
21
22
# File 'lib/iriq/event.rb', line 20

def identifier
  @identifier
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



20
21
22
# File 'lib/iriq/event.rb', line 20

def key
  @key
end

#schemeObject

Returns the value of attribute scheme

Returns:

  • (Object)

    the current value of scheme



20
21
22
# File 'lib/iriq/event.rb', line 20

def scheme
  @scheme
end

#shapeObject

Returns the value of attribute shape

Returns:

  • (Object)

    the current value of shape



20
21
22
# File 'lib/iriq/event.rb', line 20

def shape
  @shape
end