Skip to content
Kward Search API index

Class: Kward::Transport::Capabilities

Inherits:
Data
  • Object
show all
Defined in:
lib/kward/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#inboundObject (readonly)

Returns the value of attribute inbound

Returns:

  • (Object)

    the current value of inbound



33
34
35
# File 'lib/kward/transport.rb', line 33

def inbound
  @inbound
end

#limitsObject (readonly)

Returns the value of attribute limits

Returns:

  • (Object)

    the current value of limits



33
34
35
# File 'lib/kward/transport.rb', line 33

def limits
  @limits
end

#outboundObject (readonly)

Returns the value of attribute outbound

Returns:

  • (Object)

    the current value of outbound



33
34
35
# File 'lib/kward/transport.rb', line 33

def outbound
  @outbound
end

#streamingObject (readonly)

Returns the value of attribute streaming

Returns:

  • (Object)

    the current value of streaming



33
34
35
# File 'lib/kward/transport.rb', line 33

def streaming
  @streaming
end