Class: BillerBotResource::Invoice::Status
- Defined in:
- lib/biller_bot_resource/invoice.rb
Instance Method Summary collapse
Methods inherited from Resource
#cache_key, config, configure, #initialize, instantiate_collection, query_string, #save
Constructor Details
This class inherits a constructor from BillerBotResource::Resource
Instance Method Details
#display_name ⇒ Object
5 6 7 |
# File 'lib/biller_bot_resource/invoice.rb', line 5 def display_name @attributes[:name].try(:capitalize) end |