Class: Jabara::ParseCom::Schema::Schema

Inherits:
Object
  • Object
show all
Defined in:
lib/jabara/parse_com/schema.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSchema

Returns a new instance of Schema.



202
203
204
205
206
# File 'lib/jabara/parse_com/schema.rb', line 202

def initialize
  @key_defs = {}
  @object_type = nil
  @id_key_name = nil
end

Instance Attribute Details

#id_key_nameObject

Returns the value of attribute id_key_name.



200
201
202
# File 'lib/jabara/parse_com/schema.rb', line 200

def id_key_name
  @id_key_name
end

#key_defsObject

Returns the value of attribute key_defs.



200
201
202
# File 'lib/jabara/parse_com/schema.rb', line 200

def key_defs
  @key_defs
end

#object_typeObject

Returns the value of attribute object_type.



200
201
202
# File 'lib/jabara/parse_com/schema.rb', line 200

def object_type
  @object_type
end