Class: GOM::Spec::Object
- Inherits:
-
Object
- Object
- GOM::Spec::Object
- Defined in:
- lib/gom/spec/object.rb
Overview
A dummy test class
Instance Attribute Summary collapse
-
#nested_object ⇒ Object
Returns the value of attribute nested_object.
-
#number ⇒ Object
Returns the value of attribute number.
-
#related_object ⇒ Object
Returns the value of attribute related_object.
Instance Attribute Details
#nested_object ⇒ Object
Returns the value of attribute nested_object.
7 8 9 |
# File 'lib/gom/spec/object.rb', line 7 def nested_object @nested_object end |
#number ⇒ Object
Returns the value of attribute number.
5 6 7 |
# File 'lib/gom/spec/object.rb', line 5 def number @number end |
#related_object ⇒ Object
Returns the value of attribute related_object.
6 7 8 |
# File 'lib/gom/spec/object.rb', line 6 def @related_object end |