Class: FacebookService::SetOption_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/facebook_service.rb

Constant Summary collapse

KEY =
1
VALUE =
2
FIELDS =
{
  KEY => {:type => ::Thrift::Types::STRING, :name => 'key'},
  VALUE => {:type => ::Thrift::Types::STRING, :name => 'value'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



491
# File 'lib/thrift/facebook_service.rb', line 491

def struct_fields; FIELDS; end

#validateObject



493
494
# File 'lib/thrift/facebook_service.rb', line 493

def validate
end