class BambooRat::Component

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
# File lib/bamboo_rat/component_tree.rb, line 28
def initialize(path)
  @path = path
end

Public Instance Methods

name() click to toggle source
# File lib/bamboo_rat/component_tree.rb, line 32
def name
  raise NotImplementedError
end