Class: Wrap::DBRef
- Inherits:
-
Struct
- Object
- Struct
- Wrap::DBRef
- Defined in:
- lib/ejson/parser_action/wrap_types.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/ejson/parser_action/wrap_types.rb', line 10 def id @id end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/ejson/parser_action/wrap_types.rb', line 10 def name @name end |