Method: Fushin::Models::Attachment#initialize
- Defined in:
- lib/fushin/models/attachment.rb
#initialize(url) ⇒ Attachment
Returns a new instance of Attachment.
7 8 9 |
# File 'lib/fushin/models/attachment.rb', line 7 def initialize(url) @url = url end |