Class: RPXNow::UserProxy
- Inherits:
-
Object
- Object
- RPXNow::UserProxy
- Defined in:
- lib/rpx_now/user_proxy.rb
Instance Method Summary collapse
- #identifiers ⇒ Object
-
#initialize(id) ⇒ UserProxy
constructor
A new instance of UserProxy.
- #map(identifier) ⇒ Object
- #unmap(identifier) ⇒ Object
Constructor Details
#initialize(id) ⇒ UserProxy
Returns a new instance of UserProxy.
3 4 5 |
# File 'lib/rpx_now/user_proxy.rb', line 3 def initialize(id) @id = id end |