Class: Confidence::Bill

Inherits:
Object
  • Object
show all
Defined in:
lib/confidence.rb

Instance Method Summary collapse

Constructor Details

#initialize(attrs = {}) ⇒ Bill

Returns a new instance of Bill.



51
52
53
# File 'lib/confidence.rb', line 51

def initialize(attrs={})
  @attrs = attrs
end

Instance Method Details

#numberObject



55
# File 'lib/confidence.rb', line 55

def number; @attrs['number']; end

#titleObject



56
# File 'lib/confidence.rb', line 56

def title;  @attrs['Title'];  end