Class: Protocol::ProtocolInfo
- Inherits:
-
Struct
- Object
- Struct
- Protocol::ProtocolInfo
- Defined in:
- lib/appswarm/protocols/protocol_dice.rb
Instance Attribute Summary collapse
-
#parties ⇒ Object
Returns the value of attribute parties.
-
#pkAlg ⇒ Object
Returns the value of attribute pkAlg.
Instance Attribute Details
#parties ⇒ Object
Returns the value of attribute parties
2 3 4 |
# File 'lib/appswarm/protocols/protocol_dice.rb', line 2 def parties @parties end |
#pkAlg ⇒ Object
Returns the value of attribute pkAlg
2 3 4 |
# File 'lib/appswarm/protocols/protocol_dice.rb', line 2 def pkAlg @pkAlg end |