Class: ObjectModel::Metadata::Attribute

Inherits:
Object
  • Object
show all
Includes:
OpenConstructor
Defined in:
lib/ObjectModel/Metadata/attribute.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#initializeObject

Returns the value of attribute initialize.



22
23
24
# File 'lib/ObjectModel/Metadata/attribute.rb', line 22

def initialize
  @initialize
end

#ivnameObject

Returns the value of attribute ivname.



22
23
24
# File 'lib/ObjectModel/Metadata/attribute.rb', line 22

def ivname
  @ivname
end

#nameObject

Returns the value of attribute name.



22
23
24
# File 'lib/ObjectModel/Metadata/attribute.rb', line 22

def name
  @name
end

#parametersObject

Returns the value of attribute parameters.



22
23
24
# File 'lib/ObjectModel/Metadata/attribute.rb', line 22

def parameters
  @parameters
end

#titleObject

Returns the value of attribute title.



22
23
24
# File 'lib/ObjectModel/Metadata/attribute.rb', line 22

def title
  @title
end

#typeObject

Returns the value of attribute type.



22
23
24
# File 'lib/ObjectModel/Metadata/attribute.rb', line 22

def type
  @type
end

#validateObject

Returns the value of attribute validate.



22
23
24
# File 'lib/ObjectModel/Metadata/attribute.rb', line 22

def validate
  @validate
end

Instance Method Details

#copyObject



25
# File 'lib/ObjectModel/Metadata/attribute.rb', line 25

def copy; clone end