Class: Connect::Method::Unary
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
Methods inherited from Type
#==, #decode, #encode, #initialize, #inspect, #stream?
Constructor Details
This class inherits a constructor from Connect::Method::Type
Instance Method Details
#unary? ⇒ Boolean
38 39 40 |
# File 'lib/connect/method.rb', line 38 def unary? true end |