class FacebookService::GetStatus_result
Constants
- FIELDS
- SUCCESS
Public Instance Methods
struct_fields()
click to toggle source
# File lib/thrift/facebook_service.rb, line 375 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/thrift/facebook_service.rb, line 377 def validate unless @success.nil? || ::Fb_status::VALID_VALUES.include?(@success) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field success!') end end