Class: FbGraph2::TaggedProfile
- Defined in:
- lib/fb_graph2/tagged_profile.rb
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(id, attributes = {}) ⇒ TaggedProfile
constructor
A new instance of TaggedProfile.
- #klass ⇒ Object
Methods inherited from Node
#authenticate, #destroy, #edge, #edges, #fetch, #update
Methods included from AttributeAssigner
Constructor Details
#initialize(id, attributes = {}) ⇒ TaggedProfile
Returns a new instance of TaggedProfile.
8 9 10 11 |
# File 'lib/fb_graph2/tagged_profile.rb', line 8 def initialize(id, attributes = {}) super self.object = klass.new self.id end |