Class: Flock::Edges::FlockException
- Inherits:
-
Thrift::Exception
- Object
- Thrift::Exception
- Flock::Edges::FlockException
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/flock/gen-rb/flockdb_types.rb
Constant Summary collapse
- DESCRIPTION =
1
- FIELDS =
{ DESCRIPTION => {:type => ::Thrift::Types::STRING, :name => 'description'} }
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ FlockException
constructor
A new instance of FlockException.
- #message ⇒ Object
- #struct_fields ⇒ Object
- #validate ⇒ Object
Constructor Details
#initialize(message = nil) ⇒ FlockException
Returns a new instance of FlockException.
47 48 49 50 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 47 def initialize(=nil) super() self.description = end |
Instance Method Details
#message ⇒ Object
52 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 52 def ; description end |
#struct_fields ⇒ Object
60 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 60 def struct_fields; FIELDS; end |
#validate ⇒ Object
62 63 |
# File 'lib/flock/gen-rb/flockdb_types.rb', line 62 def validate end |