Class: Beachcomber::HelloInfo
- Inherits:
-
Struct
- Object
- Struct
- Beachcomber::HelloInfo
- Defined in:
- lib/beachcomber/types.rb
Instance Attribute Summary collapse
-
#daemon_version ⇒ Object
Returns the value of attribute daemon_version.
-
#protocol_version ⇒ Object
Returns the value of attribute protocol_version.
Instance Attribute Details
#daemon_version ⇒ Object
Returns the value of attribute daemon_version
2 3 4 |
# File 'lib/beachcomber/types.rb', line 2 def daemon_version @daemon_version end |
#protocol_version ⇒ Object
Returns the value of attribute protocol_version
2 3 4 |
# File 'lib/beachcomber/types.rb', line 2 def protocol_version @protocol_version end |