class Sfeed::ISfeedHandler::GetEvent_args
Constants
- FIELDS
- LIMIT
- QUERYTYPE
- TIMELINE
- UID
Public Instance Methods
struct_fields()
click to toggle source
# File lib/i_sfeed_handler.rb, line 446 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/i_sfeed_handler.rb, line 448 def validate unless @queryType.nil? || ::Sfeed::QueryType::VALID_VALUES.include?(@queryType) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field queryType!') end end