Method: SelfSDK::Messages::FactRequest#share_facts
- Defined in:
- lib/messages/fact_request.rb
#share_facts(facts) ⇒ Object
64 65 66 67 68 |
# File 'lib/messages/fact_request.rb', line 64 def share_facts(facts) m = build_response m.facts = parse_facts(facts) m. end |