Method: GovDelivery::TMS::FromAddress#is_default

Defined in:
lib/govdelivery/tms/resource/from_address.rb

#is_defaultBoolean

Indicates if the FromAddress is the account’s default FromAddress

Returns:

  • (Boolean)

    the current value of is_default



17
18
19
# File 'lib/govdelivery/tms/resource/from_address.rb', line 17

def is_default
  @is_default
end