Class: WufooParty::User

Inherits:
Entity
  • Object
show all
Defined in:
lib/wufoo_party.rb

Overview

Wraps an individual Wufoo User.

Instance Attribute Summary

Attributes inherited from Entity

#details

Instance Method Summary collapse

Methods inherited from Entity

#initialize

Constructor Details

This class inherits a constructor from WufooParty::Entity

Instance Method Details

#[](id) ⇒ Object

Access user details.



333
334
335
336
# File 'lib/wufoo_party.rb', line 333

def [](id)
  @details ||= @party.report(@id)
  @details[id]
end