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.
968 969 970 |
# File 'sig/peddler/apis/services_v1.rbs', line 968 def content_length @content_length end |
#content_md5 ⇒ String? (readonly)
Returns the value of attribute content_md5.
969 970 971 |
# File 'sig/peddler/apis/services_v1.rbs', line 969 def content_md5 @content_md5 end |
#content_type ⇒ String (readonly)
Returns the value of attribute content_type.
970 971 972 |
# File 'sig/peddler/apis/services_v1.rbs', line 970 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
961 962 |
# File 'sig/peddler/apis/services_v1.rbs', line 961
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 ]
964 |
# File 'sig/peddler/apis/services_v1.rbs', line 964
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
959 960 |
# File 'sig/peddler/apis/services_v1.rbs', line 959
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
966 |
# File 'sig/peddler/apis/services_v1.rbs', line 966
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ServicesV1::ServiceUploadDocument
|
Instance Method Details
#members ⇒ [ :content_length, :content_type, :content_md5 ]
972 |
# File 'sig/peddler/apis/services_v1.rbs', line 972
def members: () -> [ :content_length, :content_type, :content_md5 ]
|
#to_h ⇒ { content_length: Float, content_type: String, content_md5: String? }
973 |
# File 'sig/peddler/apis/services_v1.rbs', line 973
def to_h: () -> { content_length: Float, content_type: String, content_md5: String? }
|