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

#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