Class: ATProto::AtUriParser::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/at_protocol/at_uri.rb

Instance Attribute Summary collapse

Instance Attribute Details

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



28
29
30
# File 'lib/at_protocol/at_uri.rb', line 28

def pattern
  @pattern
end

#transformObject

Returns the value of attribute transform

Returns:

  • (Object)

    the current value of transform



28
29
30
# File 'lib/at_protocol/at_uri.rb', line 28

def transform
  @transform
end