Class: Adva::Static::Import::Format::Base
- Inherits:
-
Object
- Object
- Adva::Static::Import::Format::Base
- Defined in:
- lib/adva/static/import/format.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(path) ⇒ Base
Returns a new instance of Base.
15 16 17 |
# File 'lib/adva/static/import/format.rb', line 15 def initialize(path) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
13 14 15 |
# File 'lib/adva/static/import/format.rb', line 13 def path @path end |