Class: MarshalableObject

Inherits:
Object show all
Defined in:
lib/puppet/vendor/plist/test/test_data_elements.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#fooObject

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