struct
Analyzer::Specification::Terraform::RestNode
- Analyzer::Specification::Terraform::RestNode
- Struct
- Value
- Object
Overview
A REST resource node for path reconstruction.
Defined in:
analyzer/analyzers/specification/terraform.crConstructors
Instance Method Summary
- #clone
- #copy_with(name _name = @name, path_part _path_part = @path_part, parent _parent = @parent)
- #name : String
- #parent : String | Nil
- #path_part : String
Constructor Detail
Instance Method Detail
def copy_with(name _name = @name, path_part _path_part = @path_part, parent _parent = @parent)
#