struct Facebook::Proto::ProfilePictureSource
- Facebook::Proto::ProfilePictureSource
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/facebook/ProfilePictureSource.pb.crConstant Summary
-
FIELDS =
{1 => {name: :bottom, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :cache_key, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :height, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :is_silhouette, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :left, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :right, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :top, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :url, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :width, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
-
Fields =
{} of String => Field
Constructors
- .new(buf : Protobuf::Buffer)
- .new(bottom : Int64 | Nil = nil, cache_key : String | Nil = nil, height : Int64 | Nil = nil, is_silhouette : Bool | Nil = nil, left : Int64 | Nil = nil, right : Int64 | Nil = nil, top : Int64 | Nil = nil, url : String | Nil = nil, width : Int64 | Nil = nil)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #bottom : Int64 | Nil
- #bottom=(bottom : Int64 | Nil)
- #cache_key : String | Nil
- #cache_key=(cache_key : String | Nil)
- #height : Int64 | Nil
- #height=(height : Int64 | Nil)
- #is_silhouette : Bool | Nil
- #is_silhouette=(is_silhouette : Bool | Nil)
- #left : Int64 | Nil
- #left=(left : Int64 | Nil)
- #right : Int64 | Nil
- #right=(right : Int64 | Nil)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #top : Int64 | Nil
- #top=(top : Int64 | Nil)
- #url : String | Nil
- #url=(url : String | Nil)
- #width : Int64 | Nil
- #width=(width : Int64 | Nil)
Constructor Detail
def self.new(bottom : Int64 | Nil = nil, cache_key : String | Nil = nil, height : Int64 | Nil = nil, is_silhouette : Bool | Nil = nil, left : Int64 | Nil = nil, right : Int64 | Nil = nil, top : Int64 | Nil = nil, url : String | Nil = nil, width : Int64 | Nil = nil)
#