Class: FantasticRobot::Model::Attachment::PhotoSize

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

Overview

This object represents one size of a photo or a file / sticker thumbnail.

Constant Summary

Constants inherited from Base

Base::FIELD_CONVERSIONS

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#get_file

Methods inherited from Base

#attributes, #initialize, #to_h

Constructor Details

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

Instance Attribute Details

#file_idObject

Returns the value of attribute file_id.



5
6
7
# File 'lib/fantastic_robot/model/attachment/photo_size.rb', line 5

def file_id
  @file_id
end

#file_sizeObject

Returns the value of attribute file_size.



5
6
7
# File 'lib/fantastic_robot/model/attachment/photo_size.rb', line 5

def file_size
  @file_size
end

#heightObject

Returns the value of attribute height.



5
6
7
# File 'lib/fantastic_robot/model/attachment/photo_size.rb', line 5

def height
  @height
end

#widthObject

Returns the value of attribute width.



5
6
7
# File 'lib/fantastic_robot/model/attachment/photo_size.rb', line 5

def width
  @width
end