Class: FastExcel::URL

Inherits:
Object
  • Object
show all
Defined in:
lib/fast_excel.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ URL

Returns a new instance of URL.



18
19
20
# File 'lib/fast_excel.rb', line 18

def initialize(url)
  @url = url
end

Instance Attribute Details

#urlObject

Returns the value of attribute url.



17
18
19
# File 'lib/fast_excel.rb', line 17

def url
  @url
end