Class: Amnesie::Options
- Inherits:
-
Object
- Object
- Amnesie::Options
- Defined in:
- lib/amnesie/options.rb
Instance Attribute Summary collapse
-
#card_match ⇒ Object
readonly
Returns the value of attribute card_match.
-
#hostname ⇒ Object
readonly
Returns the value of attribute hostname.
-
#init ⇒ Object
readonly
Returns the value of attribute init.
-
#mac ⇒ Object
readonly
Returns the value of attribute mac.
-
#net_dev ⇒ Object
readonly
Returns the value of attribute net_dev.
-
#persist ⇒ Object
readonly
Returns the value of attribute persist.
Instance Method Summary collapse
-
#initialize(argv) ⇒ Options
constructor
A new instance of Options.
Constructor Details
Instance Attribute Details
#card_match ⇒ Object (readonly)
Returns the value of attribute card_match.
5 6 7 |
# File 'lib/amnesie/options.rb', line 5 def card_match @card_match end |
#hostname ⇒ Object (readonly)
Returns the value of attribute hostname.
5 6 7 |
# File 'lib/amnesie/options.rb', line 5 def hostname @hostname end |
#init ⇒ Object (readonly)
Returns the value of attribute init.
5 6 7 |
# File 'lib/amnesie/options.rb', line 5 def init @init end |
#mac ⇒ Object (readonly)
Returns the value of attribute mac.
5 6 7 |
# File 'lib/amnesie/options.rb', line 5 def mac @mac end |
#net_dev ⇒ Object (readonly)
Returns the value of attribute net_dev.
5 6 7 |
# File 'lib/amnesie/options.rb', line 5 def net_dev @net_dev end |
#persist ⇒ Object (readonly)
Returns the value of attribute persist.
5 6 7 |
# File 'lib/amnesie/options.rb', line 5 def persist @persist end |