Sha256: b44608d4e4a4df7d80c6f369de9241991d7ccb25380316c457e8ecd586b6e3f6

Contents?: true

Size: 343 Bytes

Versions: 8

Compression:

Stored size: 343 Bytes

Contents

module LiveQA
  ##
  # == LiveQA \Identity
  #
  # Create and update groups
  #
  # @example: Usage
  #
  #   request = LiveQA::Identity.update('dc0b28d8a220', properties: { name: 'My Identity' }) #=> #<LiveQA::Response...>
  #
  class Identity < APIResource
    @resource_name = 'identities'

    include LiveQA::APIOperation::Save
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
liveqa-1.9.6 lib/liveqa/identity.rb
liveqa-1.9.5 lib/liveqa/identity.rb
liveqa-1.9.4 lib/liveqa/identity.rb
liveqa-1.9.3 lib/liveqa/identity.rb
liveqa-1.9.2 lib/liveqa/identity.rb
liveqa-1.9.1 lib/liveqa/identity.rb
liveqa-1.9.0 lib/liveqa/identity.rb
liveqa-1.8.3 lib/liveqa/identity.rb