Class: OAuth2::ThingFilter
- Inherits:
-
Object
- Object
- OAuth2::ThingFilter
- Defined in:
- sig/oauth2/thing_filter.rbs
Instance Attribute Summary collapse
-
#label ⇒ String
readonly
Returns the value of attribute label.
-
#things ⇒ Array[String]
readonly
Returns the value of attribute things.
Instance Method Summary collapse
- #filtered? ⇒ Boolean
-
#initialize ⇒ ThingFilter
constructor
A new instance of ThingFilter.
- #pattern_source ⇒ String
Constructor Details
#initialize ⇒ ThingFilter
Returns a new instance of ThingFilter.
6 |
# File 'sig/oauth2/thing_filter.rbs', line 6
def initialize: (Enumerable[untyped] things, label: String) -> void
|
Instance Attribute Details
#label ⇒ String (readonly)
Returns the value of attribute label.
4 5 6 |
# File 'sig/oauth2/thing_filter.rbs', line 4 def label @label end |
#things ⇒ Array[String] (readonly)
Returns the value of attribute things.
3 4 5 |
# File 'sig/oauth2/thing_filter.rbs', line 3 def things @things end |
Instance Method Details
#filtered? ⇒ Boolean
7 |
# File 'sig/oauth2/thing_filter.rbs', line 7
def filtered?: (untyped thing_name) -> bool
|
#pattern_source ⇒ String
8 |
# File 'sig/oauth2/thing_filter.rbs', line 8
def pattern_source: () -> String
|