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