Class: SnsProfile
- Inherits:
-
Object
- Object
- SnsProfile
- 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_fields ⇒ Object
14013 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14013 def struct_fields; FIELDS; end |
#validate ⇒ Object
14015 14016 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 14015 def validate end |