Class: Connect::WebService::ConnectParameters::ConnectValue
- Inherits:
-
Object
- Object
- Connect::WebService::ConnectParameters::ConnectValue
- Defined in:
- lib/connect/web_service/connect_parameters/connect_value.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type, content) ⇒ ConnectValue
constructor
A new instance of ConnectValue.
Constructor Details
#initialize(type, content) ⇒ ConnectValue
9 10 11 12 |
# File 'lib/connect/web_service/connect_parameters/connect_value.rb', line 9 def initialize(type, content) @type = type @content = content end |
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
7 8 9 |
# File 'lib/connect/web_service/connect_parameters/connect_value.rb', line 7 def content @content end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/connect/web_service/connect_parameters/connect_value.rb', line 7 def type @type end |