Method: Mooncell::Command::InstanceMethods#initialize

Defined in:
lib/mooncell/command.rb

#initialize(conn) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.1.0



66
67
68
# File 'lib/mooncell/command.rb', line 66

def initialize(conn)
  @conn = conn
end