Class: InstagramConnect::Media::Attaching::Result
- Inherits:
-
Struct
- Object
- Struct
- InstagramConnect::Media::Attaching::Result
- Defined in:
- lib/instagram_connect/media/attaching.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#mime ⇒ Object
Returns the value of attribute mime.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Method Summary collapse
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
14 15 16 |
# File 'lib/instagram_connect/media/attaching.rb', line 14 def error @error end |
#mime ⇒ Object
Returns the value of attribute mime
14 15 16 |
# File 'lib/instagram_connect/media/attaching.rb', line 14 def mime @mime end |
#ok ⇒ Object
Returns the value of attribute ok
14 15 16 |
# File 'lib/instagram_connect/media/attaching.rb', line 14 def ok @ok end |
#size ⇒ Object
Returns the value of attribute size
14 15 16 |
# File 'lib/instagram_connect/media/attaching.rb', line 14 def size @size end |
Instance Method Details
#ok? ⇒ Boolean
15 |
# File 'lib/instagram_connect/media/attaching.rb', line 15 def ok? = ok |