Class: LocalDevelopmentGateway::DatabaseRouter::Tds::Message::Packet

Inherits:
Data
  • Object
show all
Defined in:
lib/local_development_gateway/database_router/tds/message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headerObject (readonly)

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



10
11
12
# File 'lib/local_development_gateway/database_router/tds/message.rb', line 10

def header
  @header
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



10
11
12
# File 'lib/local_development_gateway/database_router/tds/message.rb', line 10

def payload
  @payload
end