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.
699 700 701 |
# File 'lib/google/apis/firebasehosting_v1beta1/classes.rb', line 699 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
697 698 699 |
# File 'lib/google/apis/firebasehosting_v1beta1/classes.rb', line 697 def regexes @regexes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
704 705 706 |
# File 'lib/google/apis/firebasehosting_v1beta1/classes.rb', line 704 def update!(**args) @regexes = args[:regexes] if args.key?(:regexes) end |