Class: IPTables::Macros
- Inherits:
-
Object
- Object
- IPTables::Macros
- Defined in:
- lib/iptables/expansions.rb
Instance Attribute Summary collapse
-
#named ⇒ Object
readonly
Returns the value of attribute named.
Instance Method Summary collapse
-
#initialize(expansion_hash) ⇒ Macros
constructor
A new instance of Macros.
Constructor Details
Instance Attribute Details
#named ⇒ Object (readonly)
Returns the value of attribute named.
5 6 7 |
# File 'lib/iptables/expansions.rb', line 5 def named @named end |