Class: Rbind::RClass::ParentClass

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbind/core/rclass.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accessorObject

Returns the value of attribute accessor

Returns:

  • (Object)

    the current value of accessor



6
7
8
# File 'lib/rbind/core/rclass.rb', line 6

def accessor
  @accessor
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/rbind/core/rclass.rb', line 6

def type
  @type
end