Class: RequestTokenResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

REQUESTTOKEN =
1
RETURNURL =
2
FIELDS =
{
  REQUESTTOKEN => {:type => ::Thrift::Types::STRING, :name => 'requestToken'},
  RETURNURL => {:type => ::Thrift::Types::STRING, :name => 'returnUrl'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



17164
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17164

def struct_fields; FIELDS; end

#validateObject



17166
17167
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 17166

def validate
end