AttributeName

In Files

Parent

Methods

Generated with Razzle Dazzle Redfish.
[Validate]

Attributes

name[R]

(Not documented)

Public Class Methods

new( s ) click to toggle source

(Not documented)

# File lib/r4x/qname.rb, line 78
  def initialize( s )
    @name = QName.new(s)
  end

Public Instance Methods

to_s() click to toggle source

(Not documented)

# File lib/r4x/qname.rb, line 82
  def to_s
    "@#{@name}"
  end

Disabled; run with --debug to generate this.