Method: Frodo::Schema#initialize
- Defined in:
- lib/frodo/schema.rb
#initialize(schema_definition, service, navigation_properties = nil) ⇒ Schema
Creates a new schema.
15 16 17 18 19 |
# File 'lib/frodo/schema.rb', line 15 def initialize(schema_definition, service, =nil) = schema_definition @service = service = end |