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



44
45
46
# File 'lib/utils/nginx_parser.rb', line 44

def key
  @key
end

#valsObject

Returns the value of attribute vals

Returns:

  • (Object)

    the current value of vals



44
45
46
# File 'lib/utils/nginx_parser.rb', line 44

def vals
  @vals
end