Class: FlockOs::Model::Attachment

Inherits:
Base
  • Object
show all
Defined in:
lib/flock_os/model/attachment.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FlockOs::Model::Base

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



4
5
6
# File 'lib/flock_os/model/attachment.rb', line 4

def app_id
  @app_id
end

#buttonsObject

Returns the value of attribute buttons.



4
5
6
# File 'lib/flock_os/model/attachment.rb', line 4

def buttons
  @buttons
end

#colorObject

Returns the value of attribute color.



4
5
6
# File 'lib/flock_os/model/attachment.rb', line 4

def color
  @color
end

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/flock_os/model/attachment.rb', line 4

def description
  @description
end

#downloadsObject

Returns the value of attribute downloads.



4
5
6
# File 'lib/flock_os/model/attachment.rb', line 4

def downloads
  @downloads
end

#forwardObject

Returns the value of attribute forward.



4
5
6
# File 'lib/flock_os/model/attachment.rb', line 4

def forward
  @forward
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/flock_os/model/attachment.rb', line 4

def id
  @id
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/flock_os/model/attachment.rb', line 4

def title
  @title
end

#urlObject

Returns the value of attribute url.



4
5
6
# File 'lib/flock_os/model/attachment.rb', line 4

def url
  @url
end

#viewsObject

Returns the value of attribute views.



4
5
6
# File 'lib/flock_os/model/attachment.rb', line 4

def views
  @views
end