Class: SimpleAMS::Document::Generics::Generic

Inherits:
Struct
  • Object
show all
Defined in:
lib/simple_ams/document/generics.rb

Direct Known Subclasses

Forms::Form, Links::Generic, Metas::Meta

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/simple_ams/document/generics.rb', line 6

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



6
7
8
# File 'lib/simple_ams/document/generics.rb', line 6

def options
  @options
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/simple_ams/document/generics.rb', line 6

def value
  @value
end