Class: Zoom::Profile::Find

Inherits:
Zoom::Profile show all
Defined in:
lib/zoom/profile/find.rb

Instance Attribute Summary

Attributes inherited from Zoom::Profile

#format_flags, #pattern, #taggable

Instance Method Summary collapse

Methods inherited from Zoom::Profile

#after, #before, #class_name, #exe, #flags, from_json, #go, #name, #operator, #preprocess, profile_by_name, subclasses, #to_s, #translate

Constructor Details

#initialize(n = nil, o = nil, f = nil, b = nil, a = nil) ⇒ Find

Returns a new instance of Find.



2
3
4
5
6
7
# File 'lib/zoom/profile/find.rb', line 2

def initialize(n = nil, o = nil, f = nil, b = nil, a = nil)
    f ||= ""
    o ||= "find"
    super(n, o, f, b, a)
    @taggable = true
end