Class: InnerPlan::SmartArray::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/inner_plan/smart_array.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



3
4
5
# File 'lib/inner_plan/smart_array.rb', line 3

def content
  @content
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



3
4
5
# File 'lib/inner_plan/smart_array.rb', line 3

def key
  @key
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



3
4
5
# File 'lib/inner_plan/smart_array.rb', line 3

def options
  @options
end