Exemplo n.º 1
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(map_name=self.map_name,
                    robot_type=self.robot_type,
                    algorithm=self.algorithm,
                    start=self.pose_start,
                    goal=self.pose_goal)
Exemplo n.º 2
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(news_engine=self.news_engine,
                    keywords=self.keywords,
                    exclude_titles=self.exclude_titles,
                    region=self.region,
                    topic=self.topic,
                    num_news=self.num_news)
Exemplo n.º 3
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(
         language=self.language,
         audio_source = self.audio_source,
         words=self.words,
         sentences=self.sentences,
         grammar=self.grammar)
Exemplo n.º 4
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(email=self.email,
                    passwd=self.password,
                    server=self.server,
                    port=self.port,
                    from_date=self.date_from,
                    to_date=self.date_to,
                    email_status=self.email_status,
                    num_emails=self.num_emails)
Exemplo n.º 5
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(
         email=self.email,
         passwd=self.password,
         server=self.server,
         port=self.port,
         recipients=self.recipients,
         body=self.body,
         subject=self.subject
         )
Exemplo n.º 6
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(test_instance=self.test_instance, score=self.score)
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(pose_delta=self.pose_delta, id=self.id)
Exemplo n.º 8
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(test_type=self.test_type,
                    test_subtype=self.test_subtype,
                    test_diff=self.test_diff,
                    test_index=self.test_index)
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(limit=self.limit)
Exemplo n.º 10
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(fast=self.fast)
Exemplo n.º 11
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(text=self.text, language=self.language)
Exemplo n.º 12
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(audio_source=self.audio_source)
Exemplo n.º 13
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(map=self.map)
Exemplo n.º 14
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(ontology_class=self.ontology_class,
                    recursive=self.recursive)
Exemplo n.º 15
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(ipaddr=self.ipaddr, engine=self.engine)
Exemplo n.º 16
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(city=self.city,
                    weather_reporter=self.weather_reporter,
                    metric=self.metric)
Exemplo n.º 17
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(
         parent_class=self.parent_class,
         child_class=self.child_class,
         recursive=self.recursive)
Exemplo n.º 18
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(up_to_time=self.time_to, test_type=self.test_type)
Exemplo n.º 19
0
 def make_payload(self):
     """ Create and return the Payload of the Request. """
     return Payload(name=self.name)