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

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#valsObject

Returns the value of attribute vals

Returns:

  • (Object)

    the current value of vals



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

def vals
  @vals
end