class ServiceOperation::Params::ArrayOf
Matches an Array with specific sub types @example ArrayOf.new(String)
@example ArrayOf.new
(String, Integer)
Public Instance Methods
type()
click to toggle source
# File lib/service_operation/params/types.rb, line 99 def type Array end