class Sfeed::Feed

Constants

ALBUMCOVER
ALBUMID
ALBUMTITLE
COUNT
FIELDS
LASTUPTRACKAT
PLAYPATH32
PLAYPATH64
TIMELINE
TRACKID
TRACKTITLE
TRACKTYPE
TYPE
UID

Public Instance Methods

struct_fields() click to toggle source
# File lib/sfeed_types.rb, line 49
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/sfeed_types.rb, line 51
def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field type is unset!') unless @type
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field timeline is unset!') unless @timeline
end