Parent

Class/Module Index [+]

Quicksearch

Ironfan::Dsl::Role

Public Instance Methods

default_attributes(val=nil) click to toggle source
# File lib/ironfan/dsl/role.rb, line 12
def default_attributes(val=nil)
  return super() if val.nil?
  super(read_attribute(:default_attributes).deep_merge(val))
end
override_attributes(val=nil) click to toggle source
# File lib/ironfan/dsl/role.rb, line 8
def override_attributes(val=nil)
  return super() if val.nil?
  super(read_attribute(:override_attributes).deep_merge(val))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.