Class: Replace
- Inherits:
-
Object
- Object
- Replace
- Defined in:
- lib/default.rb
Overview
http://pennytel.comreplace
regexPlan - SOAP::SOAPString
number - SOAP::SOAPString
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#regexPlan ⇒ Object
Returns the value of attribute regexPlan.
Instance Method Summary collapse
-
#initialize(regexPlan = nil, number = nil) ⇒ Replace
constructor
A new instance of Replace.
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
#number ⇒ Object
Returns the value of attribute number.
628 629 630 |
# File 'lib/default.rb', line 628 def number @number end |
#regexPlan ⇒ Object
Returns the value of attribute regexPlan.
627 628 629 |
# File 'lib/default.rb', line 627 def regexPlan @regexPlan end |