class Nidyx::ObjCInterface

Constants

EXT
JSON_MODEL_IMPORT

Attributes

properties[RW]

Public Class Methods

new(name, options) click to toggle source
Calls superclass method
# File lib/nidyx/objc/interface.rb, line 9
def initialize(name, options)
  super
  self.file_name = "#{name}.#{EXT}"
  self.imports << JSON_MODEL_IMPORT if self.json_model
end