Class: Connect::Method::Stream

Inherits:
Type
  • Object
show all
Defined in:
lib/connect/method.rb

Instance Attribute Summary

Attributes inherited from Type

#klass

Instance Method Summary collapse

Methods inherited from Type

#==, #decode, #encode, #initialize, #inspect, #unary?

Constructor Details

This class inherits a constructor from Connect::Method::Type

Instance Method Details

#stream?Boolean

Returns:

  • (Boolean)


44
45
46
# File 'lib/connect/method.rb', line 44

def stream?
  true
end