Class: Iriq::Event::ClusterAddition
- Inherits:
-
Struct
- Object
- Struct
- Iriq::Event::ClusterAddition
- Defined in:
- lib/iriq/event.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#key ⇒ Object
Returns the value of attribute key.
-
#scheme ⇒ Object
Returns the value of attribute scheme.
-
#shape ⇒ Object
Returns the value of attribute shape.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
20 21 22 |
# File 'lib/iriq/event.rb', line 20 def host @host end |
#identifier ⇒ Object
Returns the value of attribute identifier
20 21 22 |
# File 'lib/iriq/event.rb', line 20 def identifier @identifier end |
#key ⇒ Object
Returns the value of attribute key
20 21 22 |
# File 'lib/iriq/event.rb', line 20 def key @key end |
#scheme ⇒ Object
Returns the value of attribute scheme
20 21 22 |
# File 'lib/iriq/event.rb', line 20 def scheme @scheme end |
#shape ⇒ Object
Returns the value of attribute shape
20 21 22 |
# File 'lib/iriq/event.rb', line 20 def shape @shape end |