Class: Kward::Transport::Capabilities
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::Capabilities
- Defined in:
- lib/kward/transport/contracts.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
34 35 36 |
# File 'lib/kward/transport/contracts.rb', line 34 def inbound @inbound end |
#limits ⇒ Object (readonly)
Returns the value of attribute limits
34 35 36 |
# File 'lib/kward/transport/contracts.rb', line 34 def limits @limits end |
#outbound ⇒ Object (readonly)
Returns the value of attribute outbound
34 35 36 |
# File 'lib/kward/transport/contracts.rb', line 34 def outbound @outbound end |
#streaming ⇒ Object (readonly)
Returns the value of attribute streaming
34 35 36 |
# File 'lib/kward/transport/contracts.rb', line 34 def streaming @streaming end |