Class: PaymentUrlInfo
- Inherits:
-
Object
- Object
- PaymentUrlInfo
- 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
- URL =
1
- MUSTSCROLL =
2
- PAGETITLE =
3
- LABEL =
4
- LABELJOIN =
5
- ACCEPTANCEREQUIRED =
6
- LABELDESC =
7
- FIELDS =
{ URL => {:type => ::Thrift::Types::STRING, :name => 'url'}, MUSTSCROLL => {:type => ::Thrift::Types::BOOL, :name => 'mustScroll'}, PAGETITLE => {:type => ::Thrift::Types::STRING, :name => 'pageTitle'}, LABEL => {:type => ::Thrift::Types::STRING, :name => 'label'}, LABELJOIN => {:type => ::Thrift::Types::STRING, :name => 'labelJoin'}, ACCEPTANCEREQUIRED => {:type => ::Thrift::Types::BOOL, :name => 'acceptanceRequired'}, LABELDESC => {:type => ::Thrift::Types::STRING, :name => 'labelDesc'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
7490 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7490 def struct_fields; FIELDS; end |
#validate ⇒ Object
7492 7493 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7492 def validate end |