Class: Converse::Broker

Inherits:
Object
  • Object
show all
Defined in:
lib/converse/broker.rb

Direct Known Subclasses

RESTBroker

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#domain_languageObject

Returns the value of attribute domain_language.



3
4
5
# File 'lib/converse/broker.rb', line 3

def domain_language
  @domain_language
end

Instance Method Details

#broker_conversation(topic) ⇒ Object



8
9
# File 'lib/converse/broker.rb', line 8

def broker_conversation(topic)
end

#discuss(concern, action) ⇒ Object



15
16
17
# File 'lib/converse/broker.rb', line 15

def discuss(concern, action)
  broker_conversation(open_topic(concern, action))
end

#open_topic(concern, action) ⇒ Object



5
6
# File 'lib/converse/broker.rb', line 5

def open_topic(concern, action)
end

#translate_response(response) ⇒ Object



11
12
13
# File 'lib/converse/broker.rb', line 11

def translate_response(response)
  response
end