Esempio n. 1
0
    def __init__(self, pubnub):
        ObjectsEndpoint.__init__(self, pubnub)
        UuidEndpoint.__init__(self)
        ListEndpoint.__init__(self)
        IncludeCustomEndpoint.__init__(self)
        ChannelIncludeEndpoint.__init__(self)

        self._channel_memberships = []
Esempio n. 2
0
    def __init__(self, pubnub):
        ObjectsEndpoint.__init__(self, pubnub)
        UuidEndpoint.__init__(self)
        IncludeCustomEndpoint.__init__(self)
        CustomAwareEndpoint.__init__(self)

        self._name = None
        self._email = None
        self._external_id = None
        self._profile_url = None
Esempio n. 3
0
 def __init__(self, pubnub):
     ObjectsEndpoint.__init__(self, pubnub)
     UuidEndpoint.__init__(self)
     IncludeCustomEndpoint.__init__(self)
Esempio n. 4
0
 def __init__(self, pubnub):
     ObjectsEndpoint.__init__(self, pubnub)
     UuidEndpoint.__init__(self)
     ListEndpoint.__init__(self)
     IncludeCustomEndpoint.__init__(self)
     ChannelIncludeEndpoint.__init__(self)
Esempio n. 5
0
 def __init__(self, pubnub):
     ObjectsEndpoint.__init__(self, pubnub)
     UuidEndpoint.__init__(self)