Class: Senec::Cloud::Dashboard::Finder
- Inherits:
-
Object
- Object
- Senec::Cloud::Dashboard::Finder
- Defined in:
- lib/senec/cloud/dashboard.rb
Instance Attribute Summary collapse
-
#connection ⇒ Object
readonly
Returns the value of attribute connection.
Instance Method Summary collapse
- #find(system_id) ⇒ Object
- #first ⇒ Object
-
#initialize(connection) ⇒ Finder
constructor
A new instance of Finder.
Constructor Details
#initialize(connection) ⇒ Finder
Returns a new instance of Finder.
28 29 30 |
# File 'lib/senec/cloud/dashboard.rb', line 28 def initialize(connection) @connection = connection end |
Instance Attribute Details
#connection ⇒ Object (readonly)
Returns the value of attribute connection.
31 32 33 |
# File 'lib/senec/cloud/dashboard.rb', line 31 def connection @connection end |