class Sfeed::ISfeedHandler::GetFeed_args

HELPER FUNCTIONS AND STRUCTURES

Constants

FIELDS
LIMIT
QUERYTYPE
TIMELINE
UID

Public Instance Methods

struct_fields() click to toggle source
# File lib/i_sfeed_handler.rb, line 405
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/i_sfeed_handler.rb, line 407
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