Class: Replace

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

Overview

http://pennytel.comreplace

regexPlan - SOAP::SOAPString
number - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(regexPlan = nil, number = nil) ⇒ Replace

Returns a new instance of Replace.



630
631
632
633
# File 'lib/default.rb', line 630

def initialize(regexPlan = nil, number = nil)
  @regexPlan = regexPlan
  @number = number
end

Instance Attribute Details

#numberObject

Returns the value of attribute number.



628
629
630
# File 'lib/default.rb', line 628

def number
  @number
end

#regexPlanObject

Returns the value of attribute regexPlan.



627
628
629
# File 'lib/default.rb', line 627

def regexPlan
  @regexPlan
end