Class: ATProto::AtUriParser::Rule
- Inherits:
-
Struct
- Object
- Struct
- ATProto::AtUriParser::Rule
- Defined in:
- lib/at_protocol/at_uri.rb
Instance Attribute Summary collapse
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#transform ⇒ Object
Returns the value of attribute transform.
Instance Attribute Details
#pattern ⇒ Object
Returns the value of attribute pattern
32 33 34 |
# File 'lib/at_protocol/at_uri.rb', line 32 def pattern @pattern end |
#transform ⇒ Object
Returns the value of attribute transform
32 33 34 |
# File 'lib/at_protocol/at_uri.rb', line 32 def transform @transform end |