Class: Indoctrinator::Page

Inherits:
ICETutorialPage
  • Object
show all
Defined in:
lib/project/page.rb

Class Method Summary collapse

Class Method Details

.new(args = {}) ⇒ Object



3
4
5
# File 'lib/project/page.rb', line 3

def self.new(args={})
  self.alloc.initWithSubTitle(args[:subtitle], description: args[:description], pictureName: args[:image])
end