Class: ModifiedFieldType
- Inherits:
-
Object
- Object
- ModifiedFieldType
- Defined in:
- lib/paypal-business/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.
2990 2991 2992 2993 |
# File 'lib/paypal-business/default.rb', line 2990 def initialize(field = nil, modifyType = nil) @field = field @modifyType = modifyType end |
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field.
2987 2988 2989 |
# File 'lib/paypal-business/default.rb', line 2987 def field @field end |
#modifyType ⇒ Object
Returns the value of attribute modifyType.
2988 2989 2990 |
# File 'lib/paypal-business/default.rb', line 2988 def modifyType @modifyType end |