Class: NginxTransform::Group

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

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



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

def body
  @body
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end