Class: EventStoreClient::StoreAdapter::Api::RequestMethod
- Inherits:
-
Object
- Object
- EventStoreClient::StoreAdapter::Api::RequestMethod
- Defined in:
- lib/event_store_client/store_adapter/api/request_method.rb
Constant Summary collapse
- InvalidMethodError =
Class.new(StandardError)
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
8 9 10 |
# File 'lib/event_store_client/store_adapter/api/request_method.rb', line 8 def ==(other) name == other.to_s end |
#to_s ⇒ Object
12 13 14 |
# File 'lib/event_store_client/store_adapter/api/request_method.rb', line 12 def to_s name end |