Class: LocalDevelopmentGateway::DatabaseRouter::Tds::Message::Packet
- Inherits:
-
Data
- Object
- Data
- LocalDevelopmentGateway::DatabaseRouter::Tds::Message::Packet
- Defined in:
- lib/local_development_gateway/database_router/tds/message.rb
Instance Attribute Summary collapse
-
#header ⇒ Object
readonly
Returns the value of attribute header.
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
Instance Attribute Details
#header ⇒ Object (readonly)
Returns the value of attribute header
10 11 12 |
# File 'lib/local_development_gateway/database_router/tds/message.rb', line 10 def header @header end |
#payload ⇒ Object (readonly)
Returns the value of attribute payload
10 11 12 |
# File 'lib/local_development_gateway/database_router/tds/message.rb', line 10 def payload @payload end |