Class: Rubtella::TCPData::Base
- Inherits:
-
Object
- Object
- Rubtella::TCPData::Base
- Includes:
- Config
- Defined in:
- lib/rubtella/tcp_data.rb
Constant Summary
Constants included from Config
Config::GUID, Config::IP_ADDRESS, Config::PID_FILE, Config::PORT
Instance Attribute Summary collapse
-
#binary_data ⇒ Object
Returns the value of attribute binary_data.
-
#guid ⇒ Object
Returns the value of attribute guid.
-
#hops ⇒ Object
Returns the value of attribute hops.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#messages_codes ⇒ Object
Returns the value of attribute messages_codes.
-
#payload_lenght ⇒ Object
Returns the value of attribute payload_lenght.
-
#payload_type ⇒ Object
Returns the value of attribute payload_type.
-
#rest ⇒ Object
Returns the value of attribute rest.
-
#ttl ⇒ Object
Returns the value of attribute ttl.
Method Summary
Methods included from Config
Instance Attribute Details
#binary_data ⇒ Object
Returns the value of attribute binary_data.
7 8 9 |
# File 'lib/rubtella/tcp_data.rb', line 7 def binary_data @binary_data end |
#guid ⇒ Object
Returns the value of attribute guid.
7 8 9 |
# File 'lib/rubtella/tcp_data.rb', line 7 def guid @guid end |
#hops ⇒ Object
Returns the value of attribute hops.
7 8 9 |
# File 'lib/rubtella/tcp_data.rb', line 7 def hops @hops end |
#messages ⇒ Object
Returns the value of attribute messages.
7 8 9 |
# File 'lib/rubtella/tcp_data.rb', line 7 def @messages end |
#messages_codes ⇒ Object
Returns the value of attribute messages_codes.
7 8 9 |
# File 'lib/rubtella/tcp_data.rb', line 7 def @messages_codes end |
#payload_lenght ⇒ Object
Returns the value of attribute payload_lenght.
7 8 9 |
# File 'lib/rubtella/tcp_data.rb', line 7 def payload_lenght @payload_lenght end |
#payload_type ⇒ Object
Returns the value of attribute payload_type.
7 8 9 |
# File 'lib/rubtella/tcp_data.rb', line 7 def payload_type @payload_type end |
#rest ⇒ Object
Returns the value of attribute rest.
7 8 9 |
# File 'lib/rubtella/tcp_data.rb', line 7 def rest @rest end |
#ttl ⇒ Object
Returns the value of attribute ttl.
7 8 9 |
# File 'lib/rubtella/tcp_data.rb', line 7 def ttl @ttl end |