class BuddyOnAir

Constants

ASPECTRATIOOFSOURCE
FADINGOUTIN
FIELDS
FRESHNESSLIFETIME
LABELAFTERFADINGOUT
LIVEPLAYTIME
LOWERBANNERLABEL
LOWERBANNERURL
MID
ONAIR
ONAIRID
ONAIRTYPE
ONAIRURLS
SCREENASPECTRATE
TARGETCOUNT
TEXT
URLAFTERFADINGOUT
USEFADINGOUT
USELOWERBANNER
VIEWERCOUNT

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 17510
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 17512
def validate
  unless @onAirType.nil? || ::P0_a_e_a_b_c2::VALID_VALUES.include?(@onAirType)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field onAirType!')
  end
end