Sha256: 82405ef2af7274b976b879d15663cb5ce4eee0ca9195cfc6481c713de3c33eb7
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
module AsposeWordsCloud # class OfficeMathObjectsResponse < BaseObject attr_accessor :office_math_objects, :code, :status # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'office_math_objects' => :'OfficeMathObjects', # :'code' => :'Code', # :'status' => :'Status' } end # attribute type def self.swagger_types { :'office_math_objects' => :'OfficeMathObjectsCollection', :'code' => :'String', :'status' => :'String' } end def initialize(attributes = {}) return if !attributes.is_a?(Hash) || attributes.empty? # convert string to symbol for hash key attributes = attributes.inject({}){|memo,(k,v)| memo[k.to_sym] = v; memo} if attributes[:'OfficeMathObjects'] self.office_math_objects = attributes[:'OfficeMathObjects'] end if attributes[:'Code'] self.code = attributes[:'Code'] end if attributes[:'Status'] self.status = attributes[:'Status'] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aspose_words_cloud-1.0.3 | lib/aspose_words_cloud/models/office_math_objects_response.rb |