Class: Adva::Static::Import::Format::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/adva/static/import/format.rb

Direct Known Subclasses

Jekyll, Yml

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#pathObject (readonly)

Returns the value of attribute path.



13
14
15
# File 'lib/adva/static/import/format.rb', line 13

def path
  @path
end