Class: BillysBilling::Attachment
- Defined in:
- lib/billys_billing/attachment.rb
Instance Attribute Summary collapse
-
#download_url ⇒ Object
Returns the value of attribute download_url.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#id ⇒ Object
Returns the value of attribute id.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], #initialize, lazy_attr_reader
Methods included from Association
Constructor Details
This class inherits a constructor from BillysBilling::Base
Instance Attribute Details
#download_url ⇒ Object
Returns the value of attribute download_url.
3 4 5 |
# File 'lib/billys_billing/attachment.rb', line 3 def download_url @download_url end |
#filename ⇒ Object
Returns the value of attribute filename.
3 4 5 |
# File 'lib/billys_billing/attachment.rb', line 3 def filename @filename end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/billys_billing/attachment.rb', line 3 def id @id end |