Method: Nelumba::Identity#initialize

Defined in:
lib/nelumba/identity.rb

#initialize(options = {}) ⇒ Identity

Create an instance of an Identity.

options:

:public_key               => The identity's public key.
:salmon_endpoint          => The salmon endpoint for this identity.
:dialback_endpoint        => The dialback endpoint for this identity.
:activity_inbox_endpoint  => The activity streams inbox for this
                             identity.
:activity_outbox_endpoint => The activity streams outbox for this
                             identity.
:profile_page             => The url for this identity's profile page.


38
39
40
# File 'lib/nelumba/identity.rb', line 38

def initialize(options = {})
  init(options)
end