Class: NginxTransform::Exp

Inherits:
Struct
  • Object
show all
Defined in:
lib/utils/nginx_parser.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#keyObject

Returns the value of attribute key



73
74
75
# File 'lib/utils/nginx_parser.rb', line 73

def key
  @key
end

#valsObject

Returns the value of attribute vals



73
74
75
# File 'lib/utils/nginx_parser.rb', line 73

def vals
  @vals
end