Class: EventStoreClient::ReadDirection
- Inherits:
-
Object
- Object
- EventStoreClient::ReadDirection
- Defined in:
- lib/event_store_client/value_objects/read_direction.rb
Defined Under Namespace
Classes: Schema
Constant Summary collapse
- Invalid =
Class.new(StandardError)
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
11 12 13 |
# File 'lib/event_store_client/value_objects/read_direction.rb', line 11 def to_s value.to_s end |
#to_sym ⇒ Object
7 8 9 |
# File 'lib/event_store_client/value_objects/read_direction.rb', line 7 def to_sym value end |