Module: Openhosting
- Defined in:
- lib/openhosting.rb
Constant Summary collapse
- VERSION =
"0.0.3"
Class Attribute Summary collapse
-
.connection ⇒ Object
Returns the value of attribute connection.
-
.debian(conn = @connection, uuid = "2e4a8cc1-734e-465a-8f27-889baffd4e56") ⇒ Object
Returns the value of attribute debian.
-
.foo ⇒ Object
Returns the value of attribute foo.
Class Method Summary collapse
Class Attribute Details
.connection ⇒ Object
Returns the value of attribute connection.
12 13 14 |
# File 'lib/openhosting.rb', line 12 def connection @connection end |
.debian(conn = @connection, uuid = "2e4a8cc1-734e-465a-8f27-889baffd4e56") ⇒ Object
Returns the value of attribute debian.
12 13 14 |
# File 'lib/openhosting.rb', line 12 def debian @debian end |
.foo ⇒ Object
Returns the value of attribute foo.
12 13 14 |
# File 'lib/openhosting.rb', line 12 def foo @foo end |
Class Method Details
.new ⇒ Object
14 15 16 |
# File 'lib/openhosting.rb', line 14 def new @connection = OHConnection.connect end |