Class: SnsProfile

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

SNSUSERID =
1
SNSUSERNAME =
2
EMAIL =
3
THUMBNAILURL =
4
FIELDS =
{
  SNSUSERID => {:type => ::Thrift::Types::STRING, :name => 'snsUserId'},
  SNSUSERNAME => {:type => ::Thrift::Types::STRING, :name => 'snsUserName'},
  EMAIL => {:type => ::Thrift::Types::STRING, :name => 'email'},
  THUMBNAILURL => {:type => ::Thrift::Types::STRING, :name => 'thumbnailUrl'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end