Class: Rubyang::Model::Augment
- Defined in:
- lib/rubyang/model.rb
Instance Method Summary collapse
Methods inherited from ArgStmt
#arg, #arg_regexp, #initialize, #to_s, #valid_arg?
Methods inherited from BaseStmt
#has_substmt?, #initialize, #not_schema_node_substmts, #schema_node_substmts, #substmt, #substmts, #to_s, #to_yang, #without_not_schema_node_substmts
Constructor Details
This class inherits a constructor from Rubyang::Model::ArgStmt
Instance Method Details
#substatements ⇒ Object
859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 |
# File 'lib/rubyang/model.rb', line 859 def substatements { :'anyxml' => 0..Float::INFINITY, :'case' => 0..Float::INFINITY, :'choice' => 0..Float::INFINITY, :'container' => 0..Float::INFINITY, :'description' => 0..1, :'if-feature' => 0..Float::INFINITY, :'leaf' => 0..Float::INFINITY, :'leaf-list' => 0..Float::INFINITY, :'list' => 0..Float::INFINITY, :'reference' => 0..1, :'status' => 0..1, :'uses' => 0..Float::INFINITY, :'when' => 0..1, :'unknown' => 0..Float::INFINITY, } end |