Class: Google::Apis::FirebasehostingV1beta1::PathFilter
- Inherits:
-
Object
- Object
- Google::Apis::FirebasehostingV1beta1::PathFilter
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebasehosting_v1beta1/classes.rb,
lib/google/apis/firebasehosting_v1beta1/representations.rb,
lib/google/apis/firebasehosting_v1beta1/representations.rb
Overview
A representation of filter path.
Instance Attribute Summary collapse
-
#regexes ⇒ Array<String>
An array of RegEx values by which to filter.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PathFilter
constructor
A new instance of PathFilter.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PathFilter
Returns a new instance of PathFilter.
700 701 702 |
# File 'lib/google/apis/firebasehosting_v1beta1/classes.rb', line 700 def initialize(**args) update!(**args) end |
Instance Attribute Details
#regexes ⇒ Array<String>
An array of RegEx values by which to filter.
Corresponds to the JSON property regexes
698 699 700 |
# File 'lib/google/apis/firebasehosting_v1beta1/classes.rb', line 698 def regexes @regexes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
705 706 707 |
# File 'lib/google/apis/firebasehosting_v1beta1/classes.rb', line 705 def update!(**args) @regexes = args[:regexes] if args.key?(:regexes) end |