class Strutta::Flow
Flow
belongs to a Strutta::Games
object Other Instance methods found in Strutta::APIObject
Public Class Methods
new(id = nil, game)
click to toggle source
Initializes the Strutta::Flow
object
@param game [Strutta::Games] Master Strutta::Games
object @return [Strutta::Flow] instantiated Strutta::Flow
object
# File lib/strutta-api/flow.rb, line 9 def initialize(id = nil, game) @id = id @game = game @root_path = 'flow' end
Public Instance Methods
delete()
click to toggle source