class IOSGen::Base::Property

Object Property

Attributes

name[RW]
type[RW]

Public Class Methods

new(params = {}) click to toggle source
# File lib/ios_gen/base/property.rb, line 7
def initialize(params = {})
  @type = params[:type]
  @name = params[:name]
end