Class: ReportsKit::Entity

Inherits:
Struct
  • Object
show all
Defined in:
lib/reports_kit/entity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#instanceObject

Returns the value of attribute instance

Returns:

  • (Object)

    the current value of instance



2
3
4
# File 'lib/reports_kit/entity.rb', line 2

def instance
  @instance
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



2
3
4
# File 'lib/reports_kit/entity.rb', line 2

def key
  @key
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



2
3
4
# File 'lib/reports_kit/entity.rb', line 2

def label
  @label
end