Class: Rubyang::Model::Rpc
- 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
788 789 790 791 792 793 794 795 796 797 798 799 800 |
# File 'lib/rubyang/model.rb', line 788 def substatements { :'description' => 0..1, :'grouping' => 0..Float::INFINITY, :'if-feature' => 0..Float::INFINITY, :'input' => 0..1, :'output' => 0..1, :'reference' => 0..1, :'status' => 0..1, :'typedef' => 0..Float::INFINITY, :'unknown' => 0..Float::INFINITY, } end |