Class: BCL::ObjectStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/bcl/base_xml.rb

Instance Attribute Summary collapse

Instance Attribute Details

#obj_instanceObject

Returns the value of attribute obj_instance

Returns:

  • (Object)

    the current value of obj_instance



19
20
21
# File 'lib/bcl/base_xml.rb', line 19

def obj_instance
  @obj_instance
end

#obj_typeObject

Returns the value of attribute obj_type

Returns:

  • (Object)

    the current value of obj_type



19
20
21
# File 'lib/bcl/base_xml.rb', line 19

def obj_type
  @obj_type
end