Class: BillysBilling::Attachment

Inherits:
Base
  • Object
show all
Defined in:
lib/billys_billing/attachment.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize, lazy_attr_reader

Methods included from Association

#has_many, #has_one

Constructor Details

This class inherits a constructor from BillysBilling::Base

Instance Attribute Details

#download_urlObject

Returns the value of attribute download_url.



3
4
5
# File 'lib/billys_billing/attachment.rb', line 3

def download_url
  @download_url
end

#filenameObject

Returns the value of attribute filename.



3
4
5
# File 'lib/billys_billing/attachment.rb', line 3

def filename
  @filename
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/billys_billing/attachment.rb', line 3

def id
  @id
end