class MessageBird::Voice::CallLegRecording
Attributes
_links[RW]
further processed attributes for convenience
created_at[RW]
duration[RW]
default attributes from the API
format[RW]
default attributes from the API
id[RW]
default attributes from the API
leg_id[RW]
default attributes from the API
status[RW]
default attributes from the API
type[RW]
default attributes from the API
updated_at[RW]
uri[RW]
further processed attributes for convenience
Public Instance Methods
handle_links(links_object)
click to toggle source
Grab the URI to the downloadable file and provide it as a direct attribute
# File lib/messagebird/voice/call_leg_recording.rb, line 15 def handle_links(links_object) @uri = links_object['file'] end