Class: Copilot::ExitPlanModeResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/copilot/types.rb

Overview

Exit plan mode response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#approvedObject

Returns the value of attribute approved

Returns:

  • (Object)

    the current value of approved



480
481
482
# File 'lib/copilot/types.rb', line 480

def approved
  @approved
end

Instance Method Details

#to_hObject



481
482
483
# File 'lib/copilot/types.rb', line 481

def to_h
  { approved: approved }
end