Class: Esendex::Users

Inherits:
Object
  • Object
show all
Defined in:
lib/xednese/users.rb

Instance Method Summary collapse

Constructor Details

#initialize(credentials) ⇒ Users

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Users.

See Also:



6
7
8
# File 'lib/xednese/users.rb', line 6

def initialize(credentials)
  @credentials = credentials
end