Class: Utils::UndefinedParam

Inherits:
Object
  • Object
show all
Defined in:
lib/roundtrip_xml/utils.rb

Overview

UNDEFINED_PARAM = ‘UNDEFINED_PARAM_VALUE’

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UndefinedParam

Returns a new instance of UndefinedParam.



13
14
15
# File 'lib/roundtrip_xml/utils.rb', line 13

def initialize(name)
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



12
13
14
# File 'lib/roundtrip_xml/utils.rb', line 12

def name
  @name
end