Class: Buckley::Foo

Inherits:
Object show all
Defined in:
lib/foo.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*a) ⇒ Foo



5
6
# File 'lib/foo.rb', line 5

def initialize(*a)  
end

Instance Attribute Details

#dobObject

Returns the value of attribute dob.



12
13
14
# File 'lib/foo.rb', line 12

def dob
  @dob
end

#dotObject

Returns the value of attribute dot.



12
13
14
# File 'lib/foo.rb', line 12

def dot
  @dot
end

Instance Method Details

#to_sObject



8
9
10
# File 'lib/foo.rb', line 8

def to_s
  "A Foo object"
end