Class: NginxTransform::Exp
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#vals ⇒ Object
Returns the value of attribute vals.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
73 74 75 |
# File 'lib/utils/nginx_parser.rb', line 73 def key @key end |
#vals ⇒ Object
Returns the value of attribute vals
73 74 75 |
# File 'lib/utils/nginx_parser.rb', line 73 def vals @vals end |