class LiffViewResponse

Constants

ACCESSTOKEN
CHANNELID
CONTEXTTOKEN
FEATURES
FEATURETOKEN
FIELDS
IDTOKEN
LAUNCHOPTIONS
PERMANENTLINKPATTERN
SCOPES
VIEW

Public Instance Methods

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