Skip to content
Kward Search API index

Class: Kward::Transport::Capabilities

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

Instance Attribute Summary collapse

Instance Attribute Details

#inboundObject (readonly)

Returns the value of attribute inbound

Returns:

  • (Object)

    the current value of inbound



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

def inbound
  @inbound
end

#limitsObject (readonly)

Returns the value of attribute limits

Returns:

  • (Object)

    the current value of limits



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

def limits
  @limits
end

#outboundObject (readonly)

Returns the value of attribute outbound

Returns:

  • (Object)

    the current value of outbound



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

def outbound
  @outbound
end

#streamingObject (readonly)

Returns the value of attribute streaming

Returns:

  • (Object)

    the current value of streaming



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

def streaming
  @streaming
end