Module: Junos::Ez::Group
- Defined in:
- lib/junos-ez/group.rb
Defined Under Namespace
Classes: Provider
Constant Summary collapse
- PROPERTIES =
[ :format, # [:set, :text, :xml] :path, # Configuration file path ]
Class Method Summary collapse
Class Method Details
.Provider(ndev, varsym) ⇒ Object
10 11 12 13 14 |
# File 'lib/junos-ez/group.rb', line 10 def self.Provider( ndev, varsym ) newbie = Junos::Ez::Group::Provider::new( ndev ) newbie.properties = Junos::Ez::Provider::PROPERTIES + PROPERTIES Junos::Ez::Provider.attach_instance_variable( ndev, varsym, newbie ) end |