Sha256: 05b31b3d72a94ffb0b2b4ee5e0c16167351c4ed7f38af1acf058e754807cd2c5
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
module AsposeWordsCloud # class OfficeMathObjectResponse < BaseObject attr_accessor :office_math_object, :code, :status # attribute mapping from ruby-style variable name to JSON key def self.attribute_map { # :'office_math_object' => :'OfficeMathObject', # :'code' => :'Code', # :'status' => :'Status' } end # attribute type def self.swagger_types { :'office_math_object' => :'OfficeMathObject', :'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[:'OfficeMathObject'] self.office_math_object = attributes[:'OfficeMathObject'] 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_object_response.rb |