Class: GOM::Spec::Object

Inherits:
Object
  • Object
show all
Defined in:
lib/gom/spec/object.rb

Overview

A dummy test class

Instance Attribute Summary collapse

Instance Attribute Details

#nested_objectObject

Returns the value of attribute nested_object.



7
8
9
# File 'lib/gom/spec/object.rb', line 7

def nested_object
  @nested_object
end

#numberObject

Returns the value of attribute number.



5
6
7
# File 'lib/gom/spec/object.rb', line 5

def number
  @number
end

Returns the value of attribute related_object.



6
7
8
# File 'lib/gom/spec/object.rb', line 6

def related_object
  @related_object
end