Module: PettanrPettanCommonsV01Licenses::AttributeModule

Defined in:
lib/pettanr_pettan_commons_v01_licenses.rb

Instance Method Summary collapse

Instance Method Details

#attribute_extendObject



56
57
58
# File 'lib/pettanr_pettan_commons_v01_licenses.rb', line 56

def attribute_extend
  @attribute_extend
end

#attribute_extend=(params) ⇒ Object



60
61
62
63
64
# File 'lib/pettanr_pettan_commons_v01_licenses.rb', line 60

def attribute_extend= params
  # load attributes
  @attribute_extend = PettanrPettanCommonsV01Licenses.new_attribute params
  # no supply default params
end

#supply_defaultObject



52
53
54
# File 'lib/pettanr_pettan_commons_v01_licenses.rb', line 52

def supply_default 
  super
end