Class: AlisSdkRuby::Types::ArticleContent

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/alis-sdk-ruby/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#article_idString

Returns:

  • (String)


25
26
27
28
29
30
31
32
33
34
# File 'lib/alis-sdk-ruby/types.rb', line 25

class ArticleContent < Struct.new(
  :article_id,
  :body,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#bodyString

Returns:

  • (String)


25
26
27
28
29
30
31
32
33
34
# File 'lib/alis-sdk-ruby/types.rb', line 25

class ArticleContent < Struct.new(
  :article_id,
  :body,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#created_atInteger

Returns:

  • (Integer)


25
26
27
28
29
30
31
32
33
34
# File 'lib/alis-sdk-ruby/types.rb', line 25

class ArticleContent < Struct.new(
  :article_id,
  :body,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#eye_catch_urlString

Returns:

  • (String)


25
26
27
28
29
30
31
32
33
34
# File 'lib/alis-sdk-ruby/types.rb', line 25

class ArticleContent < Struct.new(
  :article_id,
  :body,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#overviewString

Returns:

  • (String)


25
26
27
28
29
30
31
32
33
34
# File 'lib/alis-sdk-ruby/types.rb', line 25

class ArticleContent < Struct.new(
  :article_id,
  :body,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#titleString

Returns:

  • (String)


25
26
27
28
29
30
31
32
33
34
# File 'lib/alis-sdk-ruby/types.rb', line 25

class ArticleContent < Struct.new(
  :article_id,
  :body,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end

#user_idString

Returns:

  • (String)


25
26
27
28
29
30
31
32
33
34
# File 'lib/alis-sdk-ruby/types.rb', line 25

class ArticleContent < Struct.new(
  :article_id,
  :body,
  :created_at,
  :eye_catch_url,
  :overview,
  :title,
  :user_id)
  include Aws::Structure
end