Class: Peddler::APIs::ServicesV1::ServiceUploadDocument
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ServicesV1::ServiceUploadDocument
- Defined in:
- sig/peddler/apis/services_v1.rbs
Instance Attribute Summary collapse
-
#content_length ⇒ Float
readonly
Returns the value of attribute content_length.
-
#content_md5 ⇒ String?
readonly
Returns the value of attribute content_md5.
-
#content_type ⇒ String
readonly
Returns the value of attribute content_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :content_length, :content_type, :content_md5 ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ServicesV1::ServiceUploadDocument
Instance Method Summary collapse
-
#members ⇒ [ :content_length, :content_type, :content_md5 ]
-
#to_h ⇒ { content_length: Float, content_type: String, content_md5: String? }
Instance Attribute Details
#content_length ⇒ Float (readonly)
Returns the value of attribute content_length.
989 990 991 |
# File 'sig/peddler/apis/services_v1.rbs', line 989 def content_length @content_length end |
#content_md5 ⇒ String? (readonly)
Returns the value of attribute content_md5.
990 991 992 |
# File 'sig/peddler/apis/services_v1.rbs', line 990 def content_md5 @content_md5 end |
#content_type ⇒ String (readonly)
Returns the value of attribute content_type.
991 992 993 |
# File 'sig/peddler/apis/services_v1.rbs', line 991 def content_type @content_type end |
Class Method Details
.[](content_length:, content_type:, content_md5:) ⇒ Peddler::APIs::ServicesV1::ServiceUploadDocument .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ServicesV1::ServiceUploadDocument
982 983 |
# File 'sig/peddler/apis/services_v1.rbs', line 982
def self.[]: (content_length: Float, content_type: String, ?content_md5: String?) -> Peddler::APIs::ServicesV1::ServiceUploadDocument
| (Float, String, String?) -> Peddler::APIs::ServicesV1::ServiceUploadDocument
|
.members ⇒ [ :content_length, :content_type, :content_md5 ]
985 |
# File 'sig/peddler/apis/services_v1.rbs', line 985
def self.members: () -> [ :content_length, :content_type, :content_md5 ]
|
.new(content_length:, content_type:, content_md5:) ⇒ Peddler::APIs::ServicesV1::ServiceUploadDocument .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ServicesV1::ServiceUploadDocument
980 981 |
# File 'sig/peddler/apis/services_v1.rbs', line 980
def self.new: (content_length: Float, content_type: String, ?content_md5: String?) -> Peddler::APIs::ServicesV1::ServiceUploadDocument
| (Float, String, String?) -> Peddler::APIs::ServicesV1::ServiceUploadDocument
|
.parse ⇒ Peddler::APIs::ServicesV1::ServiceUploadDocument
987 |
# File 'sig/peddler/apis/services_v1.rbs', line 987
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::ServiceUploadDocument
|
Instance Method Details
#members ⇒ [ :content_length, :content_type, :content_md5 ]
993 |
# File 'sig/peddler/apis/services_v1.rbs', line 993
def members: () -> [ :content_length, :content_type, :content_md5 ]
|
#to_h ⇒ { content_length: Float, content_type: String, content_md5: String? }
994 |
# File 'sig/peddler/apis/services_v1.rbs', line 994
def to_h: () -> { content_length: Float, content_type: String, content_md5: String? }
|