Class: Rubyang::Model::Refine

Inherits:
ArgStmt show all
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

#substatementsObject



769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
# File 'lib/rubyang/model.rb', line 769

def substatements
  {
    :'config'       => 0..1,
    :'default'      => 0..1,
    :'description'  => 0..1,
    :'mandatory'    => 0..1,
    :'max-elements' => 0..1,
    :'min-elements' => 0..1,
    :'must'         => 0..Float::INFINITY,
    :'presence'     => 0..1,
    :'reference'    => 0..1,
    :'status'       => 0..1,
    :'when'         => 0..1,
    :'unknown'     => 0..Float::INFINITY,
  }
end