Class: Lono::Blueprint::Info

Inherits:
Object
  • Object
show all
Defined in:
lib/lono/blueprint/info.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, path) ⇒ Info

Returns a new instance of Info.



6
7
8
# File 'lib/lono/blueprint/info.rb', line 6

def initialize(name, path)
  @name, @path = name, path
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



5
6
7
# File 'lib/lono/blueprint/info.rb', line 5

def name
  @name
end

#pathObject (readonly)

Returns the value of attribute path.



5
6
7
# File 'lib/lono/blueprint/info.rb', line 5

def path
  @path
end