Class: YubiOATH::Select
- Inherits:
-
Object
- Object
- YubiOATH::Select
- Defined in:
- lib/yubioath/select.rb
Defined Under Namespace
Instance Method Summary collapse
- #call(aid:) ⇒ Object
-
#initialize(card) ⇒ Select
constructor
A new instance of Select.
Constructor Details
#initialize(card) ⇒ Select
Returns a new instance of Select.
5 6 7 |
# File 'lib/yubioath/select.rb', line 5 def initialize(card) @card = card end |