Class: YSM::KeywordResearchService::KeywordInfoType

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v2/KeywordResearchService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(canonical = nil, common = nil, raw = nil) ⇒ KeywordInfoType

Returns a new instance of KeywordInfoType.



147
148
149
150
151
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 147

def initialize(canonical = nil, common = nil, raw = nil)
  @canonical = canonical
  @common = common
  @raw = raw
end

Instance Attribute Details

#canonicalObject

Returns the value of attribute canonical.



143
144
145
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 143

def canonical
  @canonical
end

#commonObject

Returns the value of attribute common.



144
145
146
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 144

def common
  @common
end

#rawObject

Returns the value of attribute raw.



145
146
147
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 145

def raw
  @raw
end