Class: Rubyang::Model::Output

Inherits:
NoArgStmt show all
Defined in:
lib/rubyang/model.rb

Instance Method Summary collapse

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::BaseStmt

Instance Method Details

#substatementsObject



821
822
823
824
825
826
827
828
829
830
831
832
833
834
# File 'lib/rubyang/model.rb', line 821

def substatements
  {
    :'anyxml'      => 0..Float::INFINITY,
    :'choice'      => 0..Float::INFINITY,
    :'container'   => 0..Float::INFINITY,
    :'grouping'    => 0..Float::INFINITY,
    :'leaf'        => 0..Float::INFINITY,
    :'leaf-list'   => 0..Float::INFINITY,
    :'list'        => 0..Float::INFINITY,
    :'typedef'     => 0..Float::INFINITY,
    :'uses'        => 0..Float::INFINITY,
    :'unknown'     => 0..Float::INFINITY,
  }
end