Class: Kward::Transport::Capabilities
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::Capabilities
- Defined in:
- lib/kward/transport.rb
Instance Attribute Summary collapse
-
#inbound ⇒ Object
readonly
Returns the value of attribute inbound.
-
#limits ⇒ Object
readonly
Returns the value of attribute limits.
-
#outbound ⇒ Object
readonly
Returns the value of attribute outbound.
-
#streaming ⇒ Object
readonly
Returns the value of attribute streaming.
Instance Attribute Details
#inbound ⇒ Object (readonly)
Returns the value of attribute inbound
33 34 35 |
# File 'lib/kward/transport.rb', line 33 def inbound @inbound end |
#limits ⇒ Object (readonly)
Returns the value of attribute limits
33 34 35 |
# File 'lib/kward/transport.rb', line 33 def limits @limits end |
#outbound ⇒ Object (readonly)
Returns the value of attribute outbound
33 34 35 |
# File 'lib/kward/transport.rb', line 33 def outbound @outbound end |
#streaming ⇒ Object (readonly)
Returns the value of attribute streaming
33 34 35 |
# File 'lib/kward/transport.rb', line 33 def streaming @streaming end |