Class: RUPNP::Discover
- Inherits:
-
Object
- Object
- RUPNP::Discover
- Defined in:
- lib/rupnp/discover.rb
Instance Attribute Summary collapse
-
#devices ⇒ Object
readonly
Returns the value of attribute devices.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Discover
constructor
A new instance of Discover.
Constructor Details
#initialize ⇒ Discover
Returns a new instance of Discover.
13 14 15 16 17 |
# File 'lib/rupnp/discover.rb', line 13 def initialize configure_rupnp configure_pry create_command_set end |
Instance Attribute Details
#devices ⇒ Object (readonly)
Returns the value of attribute devices.
6 7 8 |
# File 'lib/rupnp/discover.rb', line 6 def devices @devices end |
Class Method Details
.run ⇒ Object
8 9 10 11 |
# File 'lib/rupnp/discover.rb', line 8 def self.run d = new d.pry end |