Method: Spaceship::Client#UI

Defined in:
spaceship/lib/spaceship/ui.rb

#UIObject

Public getter for all UI related code rubocop:disable Naming/MethodName



22
23
24
# File 'spaceship/lib/spaceship/ui.rb', line 22

def UI
  UserInterface.new(self)
end