Class: ModifiedFieldType
- Inherits:
-
Object
- Object
- ModifiedFieldType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsModifiedFieldType
Constant Summary collapse
- @@schema_type =
"ModifiedFieldType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["field", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Field")]], ["modifyType", ["ModifyCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModifyType")]] ]
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#modifyType ⇒ Object
Returns the value of attribute modifyType.
Instance Method Summary collapse
-
#initialize(field = nil, modifyType = nil) ⇒ ModifiedFieldType
constructor
A new instance of ModifiedFieldType.
Constructor Details
#initialize(field = nil, modifyType = nil) ⇒ ModifiedFieldType
Returns a new instance of ModifiedFieldType.
2810 2811 2812 2813 |
# File 'lib/v_paypal/default.rb', line 2810 def initialize(field = nil, modifyType = nil) @field = field @modifyType = modifyType end |
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field.
2807 2808 2809 |
# File 'lib/v_paypal/default.rb', line 2807 def field @field end |
#modifyType ⇒ Object
Returns the value of attribute modifyType.
2808 2809 2810 |
# File 'lib/v_paypal/default.rb', line 2808 def modifyType @modifyType end |