Module: Writetheman::Article::File
- Included in:
- Base
- Defined in:
- lib/writetheman/article/file.rb
Instance Attribute Summary collapse
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#filename ⇒ Object
Returns the value of attribute filename.
Instance Attribute Details
#extension ⇒ Object
Returns the value of attribute extension.
5 6 7 |
# File 'lib/writetheman/article/file.rb', line 5 def extension @extension end |
#filename ⇒ Object
Returns the value of attribute filename.
5 6 7 |
# File 'lib/writetheman/article/file.rb', line 5 def filename @filename end |