Class: CloudThrift::CloudResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct
Defined in:
lib/proto/gen-rb/poolparty_types.rb

Constant Summary collapse

NAME =
1
COMMAND =
2
RESPONSE =
3
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  COMMAND => {:type => ::Thrift::Types::STRING, :name => 'command'},
  RESPONSE => {:type => ::Thrift::Types::LIST, :name => 'response', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



38
# File 'lib/proto/gen-rb/poolparty_types.rb', line 38

def struct_fields; FIELDS; end

#validateObject



40
41
# File 'lib/proto/gen-rb/poolparty_types.rb', line 40

def validate
end