class IDRAC::Client

def screenshot

def screenshot
  # Create a Screenshot instance and capture a screenshot
  screenshot_instance = Screenshot.new(self)
  screenshot_instance.capture
end