Class: MarshalableObject
- Defined in:
- lib/puppet/vendor/plist/test/test_data_elements.rb
Instance Attribute Summary collapse
-
#foo ⇒ Object
Returns the value of attribute foo.
Instance Method Summary collapse
-
#initialize(str) ⇒ MarshalableObject
constructor
A new instance of MarshalableObject.
Constructor Details
#initialize(str) ⇒ MarshalableObject
Returns a new instance of MarshalableObject.
15 16 17 |
# File 'lib/puppet/vendor/plist/test/test_data_elements.rb', line 15 def initialize(str) @foo = str end |
Instance Attribute Details
#foo ⇒ Object
Returns the value of attribute foo.
13 14 15 |
# File 'lib/puppet/vendor/plist/test/test_data_elements.rb', line 13 def foo @foo end |