Class: Rbind::RClass::ChildClass

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



8
9
10
# File 'lib/rbind/core/rclass.rb', line 8

def accessor
  @accessor
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/rbind/core/rclass.rb', line 8

def type
  @type
end