Class: InventosStreak::Stage

Inherits:
Base
  • Object
show all
Defined in:
lib/inventos_streak/stage.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

all, #attributes, belongs_to, children, #destroy, #final_path, find, has_many, #initialize, parent, parents, #save, #set_variables

Constructor Details

This class inherits a constructor from InventosStreak::Base

Instance Attribute Details

#keyObject

Returns the value of attribute key.



2
3
4
# File 'lib/inventos_streak/stage.rb', line 2

def key
  @key
end

#nameObject

Returns the value of attribute name.



2
3
4
# File 'lib/inventos_streak/stage.rb', line 2

def name
  @name
end