Class: ExtractingId::Storyboard

Inherits:
Type
  • Object
show all
Defined in:
lib/extracting_id.rb

Instance Method Summary collapse

Methods inherited from Type

#capitalize, #define, #impDefine, #initialize, #name, #nsString

Constructor Details

This class inherits a constructor from ExtractingId::Type

Instance Method Details

#==(type) ⇒ Object



99
100
101
# File 'lib/extracting_id.rb', line 99

def == (type)
  Storyboard === type && super(type)
end

#class_nameObject



96
97
98
# File 'lib/extracting_id.rb', line 96

def class_name
  "Storyboard"
end