Class: BotFramework::BotData

Inherits:
Base
  • Object
show all
Defined in:
lib/bot_framework/models/bot_data.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from Base

#==, #_deserialize, #_to_hash, #as_json, attr_accessor, attribute_map, #attributes, #attributes_hash, #build_from_hash, #compact_attributes_hash, #eql?, #hash, #initialize, #list_invalid_properties, #to_body, #to_hash, #to_json, #to_s, #valid?

Constructor Details

This class inherits a constructor from BotFramework::Base

Instance Attribute Details

#dataObject

Returns the value of attribute data.



3
4
5
# File 'lib/bot_framework/models/bot_data.rb', line 3

def data
  @data
end

#e_tagObject

Returns the value of attribute e_tag.



5
6
7
# File 'lib/bot_framework/models/bot_data.rb', line 5

def e_tag
  @e_tag
end

Class Method Details

.swagger_typesObject

Attribute type mapping.



8
9
10
11
12
13
# File 'lib/bot_framework/models/bot_data.rb', line 8

def self.swagger_types
  {
    data: :Object,
    e_tag: :String
  }
end