Class: Connect::WebService::ConnectParameters::ConnectProperty
- Inherits:
-
Object
- Object
- Connect::WebService::ConnectParameters::ConnectProperty
- Defined in:
- lib/connect/web_service/connect_parameters/connect_property.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#xmlns ⇒ Object
Returns the value of attribute xmlns.
Instance Method Summary collapse
-
#initialize(name) ⇒ ConnectProperty
constructor
A new instance of ConnectProperty.
Constructor Details
#initialize(name) ⇒ ConnectProperty
Returns a new instance of ConnectProperty.
9 10 11 12 |
# File 'lib/connect/web_service/connect_parameters/connect_property.rb', line 9 def initialize(name) @xmlns = 'http://v8.1c.ru/8.1/data/core' @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/connect/web_service/connect_parameters/connect_property.rb', line 7 def name @name end |
#xmlns ⇒ Object
Returns the value of attribute xmlns.
7 8 9 |
# File 'lib/connect/web_service/connect_parameters/connect_property.rb', line 7 def xmlns @xmlns end |