Module: Roseflow::Interaction

Extended by:
LightService::Organizer
Included in:
Roseflow::Interactions::AI::InitializeLlm
Defined in:
lib/roseflow/interaction.rb,
lib/roseflow/interaction/with_http_api.rb

Defined Under Namespace

Modules: WithHttpApi

Class Method Summary collapse

Class Method Details

.extended(base_class) ⇒ Object



9
10
11
12
# File 'lib/roseflow/interaction.rb', line 9

def self.extended(base_class)
  base_class.extend LightService::Organizer::ClassMethods
  base_class.extend LightService::Organizer::Macros
end