Class: UIC::Property::ObjectReference

Inherits:
Object
  • Object
show all
Defined in:
lib/ruic/attributes.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(asset, property, slide, object = nil, type = nil) ⇒ ObjectReference

Returns a new instance of ObjectReference.



96
97
98
99
100
101
102
# File 'lib/ruic/attributes.rb', line 96

def initialize(asset,property,slide,object=nil,type=nil)
	@asset    = asset
	@name     = property.name
	@slide    = slide
	@object   = object
	@type     = type
end

Instance Attribute Details

#objectObject

Returns the value of attribute object.



95
96
97
# File 'lib/ruic/attributes.rb', line 95

def object
  @object
end

#typeObject

Returns the value of attribute type.



95
96
97
# File 'lib/ruic/attributes.rb', line 95

def type
  @type
end