class FacebookService::GetStatus_result

Constants

FIELDS
SUCCESS

Public Instance Methods

struct_fields() click to toggle source
    # File lib/thrift/facebook_service.rb
375 def struct_fields; FIELDS; end
validate() click to toggle source
    # File lib/thrift/facebook_service.rb
377 def validate
378   unless @success.nil? || ::Fb_status::VALID_VALUES.include?(@success)
379     raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field success!')
380   end
381 end