class FbGraph2::Struct::AppLink::Native::Android
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
FbGraph2::Struct::new
# File lib/fb_graph2/struct/app_link.rb, line 25 def initialize(attributes = {}) super if attributes.include? :class self.klass = attributes[:class] end end