Class: Rubyang::Model::Input

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



804
805
806
807
808
809
810
811
812
813
814
815
816
817
# File 'lib/rubyang/model.rb', line 804

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