Module: PettanrCreativeCommonsV30Licenses::AttributeModule

Defined in:
lib/pettanr_creative_commons_v30_licenses.rb

Instance Method Summary collapse

Instance Method Details

#attribute_extendObject



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

def attribute_extend
  @attribute_extend
end

#attribute_extend=(params) ⇒ Object



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

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

#supply_defaultObject



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

def supply_default 
  super
end