Method: OData::Operation#initialize
- Defined in:
- lib/odata/operation.rb
#initialize(options = {}) ⇒ Operation
Returns a new instance of Operation.
9 10 11 12 13 14 15 |
# File 'lib/odata/operation.rb', line 9 def initialize( = {}) @name = [:name] @entity_set_type = [:entity_set_type] @binding_type = [:binding_type] @parameters = [:parameters] @return_type = [:return_type] end |