Class: Confidence::Bill
- Inherits:
-
Object
- Object
- Confidence::Bill
- Defined in:
- lib/confidence.rb
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ Bill
constructor
A new instance of Bill.
- #number ⇒ Object
- #title ⇒ Object
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
#number ⇒ Object
55 |
# File 'lib/confidence.rb', line 55 def number; @attrs['number']; end |
#title ⇒ Object
56 |
# File 'lib/confidence.rb', line 56 def title; @attrs['Title']; end |