Class: FastExcel::URL
- Inherits:
-
Object
- Object
- FastExcel::URL
- Defined in:
- lib/fast_excel.rb
Instance Attribute Summary collapse
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(url) ⇒ URL
constructor
A new instance of URL.
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
#url ⇒ Object
Returns the value of attribute url.
17 18 19 |
# File 'lib/fast_excel.rb', line 17 def url @url end |