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



32
33
34
# File 'lib/at_protocol/at_uri.rb', line 32

def pattern
  @pattern
end

#transformObject

Returns the value of attribute transform

Returns:

  • (Object)

    the current value of transform



32
33
34
# File 'lib/at_protocol/at_uri.rb', line 32

def transform
  @transform
end