Class: FbGraph2::Struct
- Inherits:
-
Object
- Object
- FbGraph2::Struct
- Includes:
- AttributeAssigner
- Defined in:
- lib/fb_graph2/struct.rb,
lib/fb_graph2/struct/tag.rb,
lib/fb_graph2/struct/poke.rb,
lib/fb_graph2/struct/role.rb,
lib/fb_graph2/struct/work.rb,
lib/fb_graph2/struct/score.rb,
lib/fb_graph2/struct/share.rb,
lib/fb_graph2/struct/action.rb,
lib/fb_graph2/struct/device.rb,
lib/fb_graph2/struct/friend.rb,
lib/fb_graph2/struct/rating.rb,
lib/fb_graph2/struct/context.rb,
lib/fb_graph2/struct/parking.rb,
lib/fb_graph2/struct/picture.rb,
lib/fb_graph2/struct/privacy.rb,
lib/fb_graph2/struct/setting.rb,
lib/fb_graph2/struct/app_link.rb,
lib/fb_graph2/struct/currency.rb,
lib/fb_graph2/struct/location.rb,
lib/fb_graph2/struct/property.rb,
lib/fb_graph2/struct/age_range.rb,
lib/fb_graph2/struct/education.rb,
lib/fb_graph2/struct/group_file.rb,
lib/fb_graph2/struct/permission.rb,
lib/fb_graph2/struct/app_insight.rb,
lib/fb_graph2/struct/image_source.rb,
lib/fb_graph2/struct/subscription.rb,
lib/fb_graph2/struct/app_event_type.rb,
lib/fb_graph2/struct/payment_options.rb,
lib/fb_graph2/struct/static_resource.rb,
lib/fb_graph2/struct/restaurant_services.rb,
lib/fb_graph2/struct/restaurant_specialties.rb
Direct Known Subclasses
Action, AgeRange, AppEventType, AppEventType::Parameter, AppInsight, AppLink, Context::AppContext, Context::PageContext, Context::UserContext, Currency, Device, Education, Friend, GroupFile, ImageSource, Location, Parking, PaymentOptions, Permission, Picture, Poke, Privacy, Property, Rating, RestaurantServices, RestaurantSpecialties, Role, Score, Setting, Share, StaticResource, Subscription, Tag, Work
Defined Under Namespace
Modules: Context Classes: Action, AgeRange, AppEventType, AppInsight, AppLink, Currency, Device, Education, Friend, GroupFile, ImageSource, Location, Parking, PaymentOptions, Permission, Picture, Poke, Privacy, Property, Rating, RestaurantServices, RestaurantSpecialties, Role, Score, Setting, Share, StaticResource, Subscription, Tag, Work
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Struct
constructor
A new instance of Struct.
Methods included from AttributeAssigner
Constructor Details
#initialize(attributes = {}) ⇒ Struct
Returns a new instance of Struct.
5 6 7 |
# File 'lib/fb_graph2/struct.rb', line 5 def initialize(attributes = {}) assign attributes end |