コード例 #1
0
    def __init__(self, pubnub):
        ObjectsEndpoint.__init__(self, pubnub)
        ChannelEndpoint.__init__(self)
        CustomAwareEndpoint.__init__(self)
        IncludeCustomEndpoint.__init__(self)

        self._name = None
        self._description = None
コード例 #2
0
    def __init__(self, pubnub):
        ObjectsEndpoint.__init__(self, pubnub)
        UuidEndpoint.__init__(self)
        ListEndpoint.__init__(self)
        IncludeCustomEndpoint.__init__(self)
        ChannelIncludeEndpoint.__init__(self)

        self._channel_memberships = []
コード例 #3
0
    def __init__(self, pubnub):
        ObjectsEndpoint.__init__(self, pubnub)
        ListEndpoint.__init__(self)
        ChannelEndpoint.__init__(self)
        IncludeCustomEndpoint.__init__(self)
        UUIDIncludeEndpoint.__init__(self)

        self._uuids = []
コード例 #4
0
    def __init__(self, pubnub):
        ObjectsEndpoint.__init__(self, pubnub)
        ChannelEndpoint.__init__(self)
        ListEndpoint.__init__(self)
        IncludeCustomEndpoint.__init__(self)
        UUIDIncludeEndpoint.__init__(self)

        self._uuids_to_set = []
        self._uuids_to_remove = []
コード例 #5
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
コード例 #6
0
 def __init__(self, pubnub):
     ObjectsEndpoint.__init__(self, pubnub)
     UuidEndpoint.__init__(self)
     IncludeCustomEndpoint.__init__(self)
コード例 #7
0
 def __init__(self, pubnub):
     ObjectsEndpoint.__init__(self, pubnub)
     UuidEndpoint.__init__(self)
     ListEndpoint.__init__(self)
     IncludeCustomEndpoint.__init__(self)
     ChannelIncludeEndpoint.__init__(self)
コード例 #8
0
 def __init__(self, pubnub):
     ObjectsEndpoint.__init__(self, pubnub)
     ChannelEndpoint.__init__(self)
     IncludeCustomEndpoint.__init__(self)
コード例 #9
0
 def __init__(self, pubnub):
     ObjectsEndpoint.__init__(self, pubnub)
     UuidEndpoint.__init__(self)
コード例 #10
0
 def __init__(self, pubnub):
     ObjectsEndpoint.__init__(self, pubnub)
     ChannelEndpoint.__init__(self)