Class: Kilza::Source
- Inherits:
-
Object
- Object
- Kilza::Source
- Defined in:
- lib/kilza/source.rb
Instance Attribute Summary collapse
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#file_name ⇒ Object
Returns the value of attribute file_name.
3 4 5 |
# File 'lib/kilza/source.rb', line 3 def file_name @file_name end |
#source ⇒ Object
Returns the value of attribute source.
4 5 6 |
# File 'lib/kilza/source.rb', line 4 def source @source end |