Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/models/am/archetype/archetype_description/archetype_description.rb

    r23 r4  
    44    module Archetype
    55      module Archetype_Description
    6         class ARCHETYPE_DESCRIPTION
    7           attr_accessor :archetype_package_uri, :lifecycle_state, :original_author, :other_contributors, :other_details, :details
    8           def initialize(args ={ })
    9             @details = args[:details] ? args[:details] : []
    10           end
     6        class Archetype_Description
     7          attr_accessor :archetype_package_uri, :lifecycle_state, :original_author, :other_contributors, :other_details
    118        end
    129
    13         class ARCHETYPE_DESCRIPTION_ITEM
     10        class Archetype_Description_Item
    1411          attr_accessor :archetype_package_uri, :lifecycle_state, :original_author, :other_contributors, :other_details
    1512        end
Note: See TracChangeset for help on using the changeset viewer.