Class: Nidyx::ObjCModel
- Inherits:
-
Object
- Object
- Nidyx::ObjCModel
- Defined in:
- lib/nidyx/objc/model.rb
Instance Method Summary collapse
- #files ⇒ Object
-
#initialize(interface, implementation) ⇒ ObjCModel
constructor
A new instance of ObjCModel.
Constructor Details
#initialize(interface, implementation) ⇒ ObjCModel
Returns a new instance of ObjCModel.
3 4 5 6 |
# File 'lib/nidyx/objc/model.rb', line 3 def initialize(interface, implementation) @interface = interface @implementation = implementation end |
Instance Method Details
#files ⇒ Object
8 9 10 |
# File 'lib/nidyx/objc/model.rb', line 8 def files [@interface, @implementation] end |