Class: HasHelpers::Cards::Registry::DefinitionEntry

Inherits:
Struct
  • Object
show all
Defined in:
app/models/has_helpers/cards/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



8
9
10
# File 'app/models/has_helpers/cards/registry.rb', line 8

def block
  @block
end

#builtObject

Returns the value of attribute built

Returns:

  • (Object)

    the current value of built



8
9
10
# File 'app/models/has_helpers/cards/registry.rb', line 8

def built
  @built
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



8
9
10
# File 'app/models/has_helpers/cards/registry.rb', line 8

def owner
  @owner
end