Class: RestKat::ObjCSequenceOfPrimitve
- Inherits:
-
ObjCSequence
- Object
- ObjCSequence
- RestKat::ObjCSequenceOfPrimitve
- Defined in:
- lib/rest_kat.rb
Instance Attribute Summary
Attributes inherited from ObjCSequence
Instance Method Summary collapse
-
#initialize(klass) ⇒ ObjCSequenceOfPrimitve
constructor
A new instance of ObjCSequenceOfPrimitve.
Methods inherited from ObjCSequence
#cached, #cached=, #json_type, #objc_class, #objc_property_arg_decl, #objc_property_decl
Constructor Details
#initialize(klass) ⇒ ObjCSequenceOfPrimitve
Returns a new instance of ObjCSequenceOfPrimitve.
168 169 170 |
# File 'lib/rest_kat.rb', line 168 def initialize klass super klass end |