Class: PaymentRequiredAgreementsInfo
- Inherits:
-
Object
- Object
- PaymentRequiredAgreementsInfo
- 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
- TITLE =
1
- DESC =
2
- LINKNAME =
3
- LINKURL =
4
- NEWAGREEMENTS =
5
- FIELDS =
{ TITLE => {:type => ::Thrift::Types::STRING, :name => 'title'}, DESC => {:type => ::Thrift::Types::STRING, :name => 'desc'}, LINKNAME => {:type => ::Thrift::Types::STRING, :name => 'linkName'}, LINKURL => {:type => ::Thrift::Types::STRING, :name => 'linkUrl'}, NEWAGREEMENTS => {:type => ::Thrift::Types::LIST, :name => 'newAgreements', :element => {:type => ::Thrift::Types::STRING}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
8282 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8282 def struct_fields; FIELDS; end |
#validate ⇒ Object
8284 8285 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 8284 def validate end |